Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-01-29 17:45:48 +01:00
parent 3b1605eae7
commit 387fff72cd
46 changed files with 229 additions and 159 deletions

View file

@ -137,7 +137,9 @@ function main() {
def["additionalProperties"] = false
}
}
writeFileSync(dir + "/" + name + ".schema.json", JSON.stringify(parsed, null, " "), { encoding: "utf8" })
writeFileSync(dir + "/" + name + ".schema.json", JSON.stringify(parsed, null, " "), {
encoding: "utf8",
})
}
extractMeta("LayoutConfigJson", "layoutconfigmeta")