[Fix] Bulldozer Studio and SpaceTime DB port conflict (#1346)

This commit is contained in:
Aman Ganapathy 2026-04-17 17:56:11 -07:00 committed by GitHub
parent 22ae47fe73
commit 665870a144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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)}`;

View File

@ -345,7 +345,7 @@
},
{
name: "Bulldozer Studio",
portSuffix: "39",
portSuffix: "40",
description: [
"Bulldozer table graph and editor",
"Includes raw storage debug browser",