From b9c2c27eb9f7ce0873e8b42b0113a698c4c4a2e6 Mon Sep 17 00:00:00 2001 From: Anthony Wright Date: Fri, 10 Jul 2026 11:11:39 -0500 Subject: [PATCH] Update angular.json --- frontend/angular.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/angular.json b/frontend/angular.json index 03b903d..5111287 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -43,6 +43,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ], "budgets": [ { "type": "initial",