diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2edbb62..add4c7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,9 +23,6 @@ jobs: NODE_OPTIONS: '--max-old-space-size=4096' - name: Restart Server - run: | - # Kill existing process on port 3001 - lsof -ti:3001 | xargs kill -9 2>/dev/null || true - + run: | # Start server in background with nohup nohup npm run start > /tmp/immersive.log 2>&1 & \ No newline at end of file