Update run.sh (#498)
This commit is contained in:
@@ -10,4 +10,6 @@ node apps/tasks/tasks.cjs &
|
||||
node apps/websocket/wssServer.cjs &
|
||||
|
||||
# Run the nextjs server
|
||||
node apps/nextjs/server.js
|
||||
node apps/nextjs/server.js & PID=$!
|
||||
|
||||
wait $PID
|
||||
|
||||
Reference in New Issue
Block a user