mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-10 23:05:41 +00:00
Add webrtc to bundle
This commit is contained in:
@@ -7,7 +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"];
|
||||
const dirs = ["api", "util", "cdn", "gateway", "bundle", "webrtc"];
|
||||
|
||||
const verbose = argv.includes("verbose") || argv.includes("v");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user