mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-20 21:59:37 +08:00
11 lines
170 B
Bash
Executable File
11 lines
170 B
Bash
Executable File
cd ../../svr/
|
|
|
|
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 |