feat: more things for this.
This commit is contained in:
parent
53375ea11c
commit
7a43d233e3
8 changed files with 127 additions and 35 deletions
|
|
@ -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++
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue