1 parent 9fe701a commit 8cd660cCopy full SHA for 8cd660c
1 file changed
examples/ag-ui/angular/project.json
@@ -53,7 +53,13 @@
53
"maximumError": "16kb"
54
}
55
],
56
- "outputHashing": "all"
+ "outputHashing": "all",
57
+ "fileReplacements": [
58
+ {
59
+ "replace": "examples/ag-ui/angular/src/environments/generated-keys.ts",
60
+ "with": "examples/ag-ui/angular/src/environments/generated-keys.local.ts"
61
+ }
62
+ ]
63
},
64
"development": {
65
"optimization": false,
0 commit comments