Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SumitKumar-17 committed Mar 23, 2024
1 parent ec102a9 commit 462e0cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/src/Server.js",
"build": "npm run compile",
"build": "npm run compile && npm run start",
"start-dev": "nodemon app/src/Server.js",
"debug": "DEBUG='mediasoup*' node app/src/Server.js",
"compile": "npx browserify public/sfu/MediasoupClientCompile.js -o public/sfu/MediasoupClient.js",
Expand Down
Empty file.

0 comments on commit 462e0cc

Please sign in to comment.