From 1f0a62c27425e0148092bd7e3e653927fd324c8f Mon Sep 17 00:00:00 2001 From: Myx Date: Wed, 11 Mar 2026 11:36:58 +0100 Subject: [PATCH] Add missing environments file swap --- angular.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/angular.json b/angular.json index 846a8d2..cc3f79d 100644 --- a/angular.json +++ b/angular.json @@ -86,6 +86,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ], "budgets": [ { "type": "initial",