mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-27 16:24:32 +00:00
Update scripts, update workspace, add launch.json
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user