feat: more things for this.

This commit is contained in:
Asaki Yuki 2026-01-28 10:45:47 +07:00
parent 53375ea11c
commit 7a43d233e3
8 changed files with 127 additions and 35 deletions

View file

@ -19,6 +19,7 @@ async function buildUI() {
.catch(async () => await fs.mkdir(outFile.split(/\\|\//g).slice(0, -1).join("/"), { recursive: true }))
await fs.writeFile(outFile, JSON.stringify(value), "utf-8")
build.delete(file)
i++
}),
)