Update scripts, update workspace, add launch.json

This commit is contained in:
TheArcaneBrony
2022-08-13 04:21:48 +02:00
parent 5e86d7ab9c
commit 08d5aca132
9 changed files with 72 additions and 98 deletions
-2
View File
@@ -4,8 +4,6 @@ const { env } = require("process");
const { execSync } = require("child_process");
const { argv, stdout, exit } = require("process");
const parts = ["api", "util", "cdn", "gateway", "bundle"];
function copyRecursiveSync(src, dest) {
//if (verbose) console.log(`cpsync: ${src} -> ${dest}`);
let exists = fs.existsSync(src);