From df172675df8e7e5fd4fe230aae13bae48799018d Mon Sep 17 00:00:00 2001 From: Tim Adams Date: Fri, 30 Aug 2024 10:06:02 +0200 Subject: [PATCH] Update angular.json Fix: Build issue with production replacements Closes #63 --- client/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/angular.json b/client/angular.json index 4d24df0..83b626d 100644 --- a/client/angular.json +++ b/client/angular.json @@ -35,7 +35,7 @@ "fileReplacements": [ { "replace": "src/environments/environment.ts", - "with": "src/environments/environment.prod.ts" + "with": "src/environments/environment.production.ts" } ], "budgets": [