Skip to content

Commit d726ccc

Browse files
committed
fix(desktop): use js-yaml ESM exports
1 parent 212db8a commit d726ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/scripts/merge-yml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "node:fs"
22

3-
import yaml from "js-yaml"
3+
import * as yaml from "js-yaml"
44
import path from "pathe"
55

66
const outDir = "./out/make"

0 commit comments

Comments
 (0)