From e8bf1d108591a23b7644532c8bc18397946f70d3 Mon Sep 17 00:00:00 2001 From: TimAdams84 Date: Thu, 22 Aug 2024 16:52:20 +0200 Subject: [PATCH] Fix Angular production rul --- client/angular.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/angular.json b/client/angular.json index 198b7b8..4d24df0 100644 --- a/client/angular.json +++ b/client/angular.json @@ -32,6 +32,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ], "budgets": [ { "type": "initial",