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