From 665870a144e2d2d25c0571080091a5bb431f730c Mon Sep 17 00:00:00 2001 From: Aman Ganapathy <84686202+nams1570@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:56:11 -0700 Subject: [PATCH] [Fix] Bulldozer Studio and SpaceTime DB port conflict (#1346) --- apps/backend/scripts/run-bulldozer-studio.ts | 2 +- apps/dev-launchpad/public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backend/scripts/run-bulldozer-studio.ts b/apps/backend/scripts/run-bulldozer-studio.ts index 47b5a871a..a0fa48a17 100644 --- a/apps/backend/scripts/run-bulldozer-studio.ts +++ b/apps/backend/scripts/run-bulldozer-studio.ts @@ -111,7 +111,7 @@ type StudioTableRecord = { table: StudioTable, }; -const STUDIO_PORT = Number(`${getEnvVariable("NEXT_PUBLIC_STACK_PORT_PREFIX", "81")}39`); +const STUDIO_PORT = Number(`${getEnvVariable("NEXT_PUBLIC_STACK_PORT_PREFIX", "81")}40`); const STUDIO_HOST = "127.0.0.1"; const BULLDOZER_LOCK_ID = 7857391; const STUDIO_INSTANCE_ID = `${Date.now()}-${Math.random().toString(36).slice(2, 10)}`; diff --git a/apps/dev-launchpad/public/index.html b/apps/dev-launchpad/public/index.html index 14001b990..8447dd6d9 100644 --- a/apps/dev-launchpad/public/index.html +++ b/apps/dev-launchpad/public/index.html @@ -345,7 +345,7 @@ }, { name: "Bulldozer Studio", - portSuffix: "39", + portSuffix: "40", description: [ "Bulldozer table graph and editor", "Includes raw storage debug browser",