HUGE refactore, once again.

This commit is contained in:
Zef Hemel
2022-03-15 14:03:00 +01:00
parent 9d41c9e3d6
commit 97b9d3a3e0
19 changed files with 530 additions and 453 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ async function run() {
.parse();
let generatedManifest = await bundle(args._[0], !!args.debug);
writeFile(args._[1], JSON.stringify(generatedManifest, null, 2));
await writeFile(args._[1], JSON.stringify(generatedManifest, null, 2));
}
run().catch((e) => {