From 1fb97cfccc534253661fae82ebe3bc1cc71c7203 Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Mon, 22 Jun 2026 16:27:07 -0700 Subject: [PATCH] Update angular.json --- APP/angular.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/APP/angular.json b/APP/angular.json index 543a1f8..b33daf6 100644 --- a/APP/angular.json +++ b/APP/angular.json @@ -54,6 +54,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ], "budgets": [ { "type": "initial",