From 33019c116bd1a02eec624c26b41936c1d0873623 Mon Sep 17 00:00:00 2001 From: Michael Mainguy Date: Tue, 30 Dec 2025 07:11:36 -0600 Subject: [PATCH] change server start. --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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