change server start.
This commit is contained in:
parent
bd833e236a
commit
33019c116b
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -24,8 +24,5 @@ jobs:
|
||||
|
||||
- name: Restart Server
|
||||
run: |
|
||||
# Kill existing process on port 3001
|
||||
lsof -ti:3001 | xargs kill -9 2>/dev/null || true
|
||||
|
||||
# Start server in background with nohup
|
||||
nohup npm run start > /tmp/immersive.log 2>&1 &
|
||||
Loading…
Reference in New Issue
Block a user