chore: apply viewer optimizations, tailscale networking fixes, and Dev environment configurations
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
Release pipeline / Get version (push) Has been cancelled
Release pipeline / Get Chart Name (push) Has been cancelled
Release pipeline / tests (push) Has been cancelled
Release pipeline / builds (push) Has been cancelled
Release pipeline / builds-ghcr (push) Has been cancelled
Release pipeline / test-deployments (push) Has been cancelled
Release pipeline / deploy (push) Has been cancelled
Release pipeline / Helm chart oci (push) Has been cancelled
Release pipeline / npm (push) Has been cancelled
Release pipeline / snyk (push) Has been cancelled
This commit is contained in:
@@ -20,6 +20,9 @@ echo [VPS] Waiting 15 seconds for Keycloak to start...
|
||||
timeout /t 15 /nobreak
|
||||
echo.
|
||||
|
||||
REM Set Memory Limit for Nuxt/Node
|
||||
set "NODE_OPTIONS=--max-old-space-size=8192"
|
||||
|
||||
REM Start backend in new window
|
||||
echo [2/3] Starting Backend Server (port 3000)...
|
||||
start "Speckle Backend" cmd /k "set PATH=%NVM_PATH%;%PATH% && cd /d d:\speckle-server\packages\server && npx tsx --import ./esmLoader.js ./run.ts"
|
||||
@@ -29,6 +32,7 @@ REM Start frontend in new window
|
||||
echo [3/3] Starting Frontend (port 8081)...
|
||||
start "Speckle Frontend" cmd /k "set PATH=%NVM_PATH%;%PATH% && cd /d d:\speckle-server\packages\frontend-2 && npx nuxi dev"
|
||||
|
||||
|
||||
echo.
|
||||
echo ============================================
|
||||
echo Servers starting in separate windows!
|
||||
|
||||
Reference in New Issue
Block a user