diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-13 04:21:48 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-15 06:09:11 +0200 |
commit | 08d5aca13230308cb80199cf7a64e2d9752038f6 (patch) | |
tree | e52e554559a37c56214906f04171a7efb098428c /scripts/utils.js | |
parent | restructure to single project (diff) | |
download | server-08d5aca13230308cb80199cf7a64e2d9752038f6.tar.xz |
Update scripts, update workspace, add launch.json
Diffstat (limited to 'scripts/utils.js')
-rw-r--r-- | scripts/utils.js | 2 |
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); |