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

9 lines
153 B
Bash
Executable File

pm2 start npm --name=tl-rtc-file-api-local -- run lapi
sleep 1
pm2 start npm --name=tl-rtc-file-socket-local -- run lsocket
sleep 1
npm run build:pro