fix(desktop): use js-yaml ESM exports

This commit is contained in:
DIYgod 2026-07-13 11:32:42 +08:00
parent c3fae852aa
commit 57fd759f25
1 changed files with 1 additions and 1 deletions

View File

@ -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"