File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ` ) ;
115115const STUDIO_HOST = "127.0.0.1" ;
116116const BULLDOZER_LOCK_ID = 7857391 ;
117117const STUDIO_INSTANCE_ID = `${ Date . now ( ) } -${ Math . random ( ) . toString ( 36 ) . slice ( 2 , 10 ) } ` ;
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments