This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 0db408c0fa NIFI-13740: Fixing default build profile. (#9259)
0db408c0fa is described below
commit 0db408c0fa05b55840560d8fb97f9fab90a20f31
Author: Matt Gilman <[email protected]>
AuthorDate: Wed Sep 11 10:19:19 2024 -0400
NIFI-13740: Fixing default build profile. (#9259)
---
.../src/main/frontend/apps/standard-content-viewer/project.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-frontend/src/main/frontend/apps/standard-content-viewer/project.json
b/nifi-frontend/src/main/frontend/apps/standard-content-viewer/project.json
index cc4b3a8fde..90a5e986dd 100644
--- a/nifi-frontend/src/main/frontend/apps/standard-content-viewer/project.json
+++ b/nifi-frontend/src/main/frontend/apps/standard-content-viewer/project.json
@@ -74,7 +74,7 @@
]
}
},
- "defaultConfiguration": "development"
+ "defaultConfiguration": "production"
},
"serve": {
"executor": "@nx/angular:dev-server",