diff --git a/examples/ag-ui/angular/project.json b/examples/ag-ui/angular/project.json index e556ee6d2..c2913aaba 100644 --- a/examples/ag-ui/angular/project.json +++ b/examples/ag-ui/angular/project.json @@ -53,7 +53,13 @@ "maximumError": "16kb" } ], - "outputHashing": "all" + "outputHashing": "all", + "fileReplacements": [ + { + "replace": "examples/ag-ui/angular/src/environments/generated-keys.ts", + "with": "examples/ag-ui/angular/src/environments/generated-keys.local.ts" + } + ] }, "development": { "optimization": false,