【m】增加多用户连接

This commit is contained in:
2026-04-23 15:22:24 +08:00
parent cb32582c98
commit 852a169c30
8 changed files with 797 additions and 155 deletions

View File

@@ -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 ."
},