There was an error while loading. Please reload this page.
1 parent 212db8a commit d726cccCopy full SHA for d726ccc
1 file changed
apps/desktop/scripts/merge-yml.ts
@@ -1,6 +1,6 @@
1
import fs from "node:fs"
2
3
-import yaml from "js-yaml"
+import * as yaml from "js-yaml"
4
import path from "pathe"
5
6
const outDir = "./out/make"
0 commit comments