5 lines
185 B
Bash
Executable File
5 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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' |