Files
webRtc/WebApp/run.bat
zhangzheng 1bb1fee5cc 111
2026-02-27 18:35:40 +08:00

7 lines
71 B
Batchfile

@echo off
pushd %~dp0
call npm run build
call npm run start
popd
pause