This commit is contained in:
2026-03-09 07:25:54 +00:00
parent 35e8970944
commit f823839503
4 changed files with 10 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/bash
pm2 kill
pm2 start --name turboci-web 'bunx next start -p 3772'
pm2 start --name turboci-cron 'bun src/cron/index.ts'
pm2 start --name turboci-websocket 'bun src/websocket/index.ts'