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

This commit is contained in:
2026-04-16 13:55:08 +07:00
parent 1018ff97dc
commit d1871b3979
234 changed files with 45076 additions and 143 deletions
+4
View File
@@ -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!