fix(desktop): use js-yaml ESM exports
This commit is contained in:
parent
c3fae852aa
commit
57fd759f25
|
|
@ -1,6 +1,6 @@
|
|||
import fs from "node:fs"
|
||||
|
||||
import yaml from "js-yaml"
|
||||
import * as yaml from "js-yaml"
|
||||
import path from "pathe"
|
||||
|
||||
const outDir = "./out/make"
|
||||
|
|
|
|||
Loading…
Reference in New Issue