Files
webRtc/WebApp/run.bat

7 lines
71 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