summary refs log tree commit diff
path: root/scripts/utils.js
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 04:21:48 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-15 06:09:11 +0200
commit08d5aca13230308cb80199cf7a64e2d9752038f6 (patch)
treee52e554559a37c56214906f04171a7efb098428c /scripts/utils.js
parentrestructure to single project (diff)
downloadserver-08d5aca13230308cb80199cf7a64e2d9752038f6.tar.xz
Update scripts, update workspace, add launch.json
Diffstat (limited to '')
-rw-r--r--scripts/utils.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/utils.js b/scripts/utils.js
index f4b1ad7f..ca41bcf2 100644
--- a/scripts/utils.js
+++ b/scripts/utils.js
@@ -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);