mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-09-26 19:41:16 +08:00
12 lines
291 B
Batchfile
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 |