Files
webRtc/WebApp/run.bat
zhangzheng 53b9cc6aef 111
2026-02-28 18:18:15 +08:00

9 lines
157 B
Batchfile

@echo off
pushd %~dp0
call npm run build
call npm run start
popd
pause
node ./build/index.js -s -p 8080 -m private -k ./server.key -c ./server.cert -l dev