diff --git a/client/angular.json b/client/angular.json index 198b7b8..4d24df0 100644 --- a/client/angular.json +++ b/client/angular.json @@ -32,6 +32,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + } + ], "budgets": [ { "type": "initial",