diff --git a/app-config.example.yaml b/app-config.example.yaml index 807a85288..61ed13b7a 100644 --- a/app-config.example.yaml +++ b/app-config.example.yaml @@ -1,6 +1,6 @@ app: title: Janus IDP Backstage Showcase - baseUrl: http://localhost:3000 + baseUrl: http://localhost:7007 organization: name: My Org @@ -15,7 +15,6 @@ backend: - 'http:' - 'https:' cors: - origin: http://localhost:3000 methods: [GET, HEAD, PATCH, POST, PUT, DELETE] credentials: true database: diff --git a/package.json b/package.json index 7219b8b0c..657be5c9b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "prepare": "husky install", "postinstall": "patch-package", "ci": "turbo run lint build test", - "start": "turbo run start --parallel", + "start": "turbo run build --filter=app && turbo run start --filter=backend", "start-backend": "turbo run start --filter=backend", "build": "turbo run build", "tsc": "tsc",