diff --git a/app.js b/app.js index e3f27715e..500425d27 100644 --- a/app.js +++ b/app.js @@ -70,9 +70,9 @@ exports.startHttp = async ( app ) => { if ( process.env.NODE_ENV === 'development' ) { debug( 'speckle:http-startup' )( 'Proxying frontend (dev mode):' ) - debug( 'speckle:http-startup' )( `👉 setup application: http://localhost:${port}/setup` ) - debug( 'speckle:http-startup' )( `👉 main application: http://localhost:${port}/app` ) + debug( 'speckle:http-startup' )( `👉 main application: http://localhost:${port}/` ) debug( 'speckle:http-startup' )( `👉 auth application: http://localhost:${port}/auth` ) + debug( 'speckle:http-startup' )( `👉 setup application: http://localhost:${port}/setup` ) debug( 'speckle:hint' )( `â„šī¸ Don't forget to run "npm run dev:frontend" in a different terminal to start the vue application.` ) const frontendProxy = createProxyMiddleware( { target: 'http://localhost:8080', changeOrigin: true, ws: false, logLevel: 'silent' } ) app.use( '/', frontendProxy ) diff --git a/frontend/public/index.html b/frontend/public/app.html similarity index 100% rename from frontend/public/index.html rename to frontend/public/app.html diff --git a/frontend/src/AppAuth.vue b/frontend/src/AppAuth.vue index 85fc64c95..8497a5002 100644 --- a/frontend/src/AppAuth.vue +++ b/frontend/src/AppAuth.vue @@ -33,12 +33,12 @@ Requested scopes