mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-20 05:54:48 +08:00
13 lines
183 B
Bash
Executable File
13 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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 |