[*] submodule
This commit is contained in:
2
taoyao-media-server/.gitmodules
vendored
2
taoyao-media-server/.gitmodules
vendored
@@ -1,2 +1,4 @@
|
||||
[submodule "mediasoup"]
|
||||
path = mediasoup
|
||||
url = git@github.com:acgist/mediasoup.git
|
||||
branch = taoyao
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# git config -f .gitmodules submodule.mediasoup.branch taoyao
|
||||
|
||||
# 更新
|
||||
git submodule init
|
||||
git submodule init
|
||||
git submodule update
|
||||
# git submodule update --remote
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user