From 8cd660cc4617ca3835212bfaaaa14d288d9078a9 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Mon, 6 Jul 2026 10:46:58 -0700 Subject: [PATCH] fix(ag-ui): bake maps key in production build --- examples/ag-ui/angular/project.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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,