File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
"whatwg-fetch" : " ^3.0.0"
37
37
},
38
38
"scripts" : {
39
- "start" : " node generateScaffolding.js && react-app-rewired start" ,
39
+ "start" : " node generateScaffolding.js && PORT=3080 react-app-rewired start" ,
40
40
"build" : " node generateScaffolding.js && react-app-rewired --max-old-space-size=2048 build && rm -Rf ../cubejs-server-core/playground/** && cp -R build/ ../cubejs-server-core/playground/" ,
41
41
"test" : " node generateScaffolding.js && react-app-rewired test" ,
42
42
"eject" : " node generateScaffolding.js && react-scripts eject"
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ class DevServer {
208
208
res . json ( { toInstall } ) ;
209
209
} ) ) ;
210
210
211
- const dashboardAppPort = this . cubejsServer . options . dashboardAppPort || 3050 ;
211
+ const dashboardAppPort = this . cubejsServer . options . dashboardAppPort || 3000 ;
212
212
213
213
app . get ( '/playground/start-dashboard-app' , catchErrors ( async ( req , res ) => {
214
214
this . cubejsServer . event ( 'Dev Server Start Dashboard App' ) ;
You can’t perform that action at this time.
0 commit comments