Skip to content

Commit

Permalink
[type:feat] upgrade webapp angualr ngzorro alain version apache#1707
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 committed May 10, 2024
1 parent 6852b1f commit 66fee99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,23 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "hertzbeat-web-app:build",
"buildTarget": "hertzbeat-web-app:build",
"proxyConfig": "proxy.conf.js"
},
"configurations": {
"production": {
"browserTarget": "hertzbeat-web-app:build:production"
"buildTarget": "hertzbeat-web-app:build:production"
},
"development": {
"browserTarget": "hertzbeat-web-app:build:development"
"buildTarget": "hertzbeat-web-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "hertzbeat-web-app:build"
"buildTarget": "hertzbeat-web-app:build"
}
},
"test": {
Expand Down

0 comments on commit 66fee99

Please sign in to comment.