Files
tl-rtc-file/bin/linux/auto-start-server.sh
2023-08-05 16:15:40 +08:00

9 lines
155 B
Bash
Executable File

pm2 start npm --name=tl-rtc-file-api-server -- run sapi
sleep 1
pm2 start npm --name=tl-rtc-file-socket-server -- run ssocket
sleep 1
npm run build:pro