From f61f510640865b8d899c7c6fcd33e62e1c426bc2 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Tue, 21 May 2024 16:21:10 -0400 Subject: [PATCH 1/3] updated yarn start in root package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 522f3c03b..21b52741b 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 start --parallel --filter=app --filter=backend", "start-backend": "turbo run start --filter=backend", "build": "turbo run build", "tsc": "tsc", From a9ff8dff5441b8303d1ab2b0713cf135c8b0e276 Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Mon, 15 Jul 2024 11:49:35 -0400 Subject: [PATCH 2/3] modified yarn-start Signed-off-by: Kashish Mittal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7e29df79..666b83b6f 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 --filter=app --filter=backend", + "start": "turbo run build --filter=app && turbo run start --filter=backend", "start-backend": "turbo run start --filter=backend", "build": "turbo run build", "tsc": "tsc", From 4d64947bd737dea25c09f46b7a9fc71f0b41f66e Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Fri, 9 Aug 2024 23:12:09 -0400 Subject: [PATCH 3/3] modified app-config.example.yaml Signed-off-by: Kashish Mittal --- app-config.example.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: