Skip to content

Commit 8cd660c

Browse files
committed
fix(ag-ui): bake maps key in production build
1 parent 9fe701a commit 8cd660c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

examples/ag-ui/angular/project.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@
5353
"maximumError": "16kb"
5454
}
5555
],
56-
"outputHashing": "all"
56+
"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+
]
5763
},
5864
"development": {
5965
"optimization": false,

0 commit comments

Comments
 (0)