Skip to content

Commit

Permalink
angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosack committed Feb 11, 2024
1 parent f76abef commit 5e9885c
Show file tree
Hide file tree
Showing 7 changed files with 5,525 additions and 5,561 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ui:build",
"port": 8080
"port": 8080,
"buildTarget": "ui:build"
},
"configurations": {
"production": {
"browserTarget": "ui:build:production"
"buildTarget": "ui:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ui:build"
"buildTarget": "ui:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 5e9885c

Please sign in to comment.