Files
tl-rtc-file/svr/bin/windows/auto-start-server.bat
https://blog.iamtsm.cn 8044e369fe feat: 环境部署相关完善
feat: 调整turn服务帐号默认为有效帐号模式
feat: 文档更新
2023-08-05 01:50:49 +08:00

12 lines
291 B
Batchfile

@echo off
REM Start the first process
start "" pm2 start npm --name=tl-rtc-file-api-local -- run sapi
timeout /t 1 /nobreak
REM Start the second process
start "" pm2 start npm --name=tl-rtc-file-socket-local -- run ssocket
timeout /t 1 /nobreak
REM Run npm build command
npm run build:pro