mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-10 19:17:03 +00:00
Remove webrtc from bundle
This commit is contained in:
@@ -7,8 +7,7 @@ const { argv } = require("process");
|
||||
var steps = 2, i = 0;
|
||||
if (argv.includes("clean")) steps++;
|
||||
if (argv.includes("copyonly")) steps--;
|
||||
const dirs = ["api", "util", "cdn", "gateway", "bundle", "webrtc"];
|
||||
|
||||
const dirs = ["api", "util", "cdn", "gateway", "bundle"];
|
||||
const verbose = argv.includes("verbose") || argv.includes("v");
|
||||
|
||||
var copyRecursiveSync = function(src, dest) {
|
||||
|
||||
Reference in New Issue
Block a user