mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-04 07:06:35 +08:00
10 lines
94 B
Bash
10 lines
94 B
Bash
#!/bin/bash
|
|
|
|
pm2 start npm --name=tlapi -- run http-api
|
|
|
|
npm run build:pro
|
|
|
|
sleep 8
|
|
|
|
pm2 logs
|