[*] submodule

This commit is contained in:
acgist
2023-02-03 08:57:37 +08:00
parent df7e35ee09
commit 7ad3acc205
9 changed files with 17 additions and 14 deletions

View File

@@ -3,10 +3,9 @@
"author": "acgist",
"version": "1.0.0",
"private": true,
"license": "All Rights Reserved",
"description": "taoyao media server",
"scripts": {
"start": "DEBUG=${DEBUG:='*mediasoup* *INFO* *WARN* *ERROR*'} INTERACTIVE=${INTERACTIVE:='true'} node server.js"
"start": "DEBUG=${DEBUG:='*mediasoup* *INFO* *WARN* *ERROR*'} INTERACTIVE=${INTERACTIVE:='true'} node src/server.js"
},
"dependencies": {
"mediasoup": "file:./mediasoup"