Skip to content

Commit 665870a

Browse files
authored
[Fix] Bulldozer Studio and SpaceTime DB port conflict (#1346)
1 parent 22ae47f commit 665870a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/backend/scripts/run-bulldozer-studio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ type StudioTableRecord = {
111111
table: StudioTable,
112112
};
113113

114-
const STUDIO_PORT = Number(`${getEnvVariable("NEXT_PUBLIC_STACK_PORT_PREFIX", "81")}39`);
114+
const STUDIO_PORT = Number(`${getEnvVariable("NEXT_PUBLIC_STACK_PORT_PREFIX", "81")}40`);
115115
const STUDIO_HOST = "127.0.0.1";
116116
const BULLDOZER_LOCK_ID = 7857391;
117117
const STUDIO_INSTANCE_ID = `${Date.now()}-${Math.random().toString(36).slice(2, 10)}`;

apps/dev-launchpad/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h2 style="margin-top: 64px;">Background services</h2>
345345
},
346346
{
347347
name: "Bulldozer Studio",
348-
portSuffix: "39",
348+
portSuffix: "40",
349349
description: [
350350
"Bulldozer table graph and editor",
351351
"Includes raw storage debug browser",

0 commit comments

Comments
 (0)