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",