mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-09-26 19:41:16 +08:00
13 lines
179 B
Bash
Executable File
13 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ../../svr/
|
|
|
|
pm2 start npm --name=tl-rtc-file-api -- run https-api
|
|
|
|
sleep 1
|
|
|
|
pm2 start npm --name=tl-rtc-file-socket -- run https-socket
|
|
|
|
sleep 1
|
|
|
|
npm run build:pro |