Files
webRtc/WebApp/run.bat

9 lines
157 B
Batchfile
Raw Normal View History

2026-02-27 18:35:40 +08:00
@echo off
pushd %~dp0
call npm run build
call npm run start
popd
pause
2026-02-28 18:18:15 +08:00
node ./build/index.js -s -p 8080 -m private -k ./server.key -c ./server.cert -l dev