【m】增加多用户连接
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"test": "jest --colors test/*.ts",
|
||||
"newman": "newman run test/renderstreaming.postman_collection.json",
|
||||
"start": "node ./build/index.js -s -p 8080 -m private -k ./server.key -c ./server.cert",
|
||||
"dev": "ts-node ./src/index.ts -s -p 8080",
|
||||
"dev": "ts-node ./src/index.ts -s -p 8080 -m private",
|
||||
"lint": "eslint src/**/*.ts test/**/*.ts",
|
||||
"pack": "pkg ."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user