Skip to content

Commit

Permalink
tech: upgrade to Angular v17.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
pviara committed Mar 11, 2024
1 parent fc35650 commit 6fd78cc
Show file tree
Hide file tree
Showing 3 changed files with 2,951 additions and 4,279 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "w3-bestiary-front:build:production"
"buildTarget": "w3-bestiary-front:build:production"
},
"development": {
"browserTarget": "w3-bestiary-front:build:development"
"buildTarget": "w3-bestiary-front:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "w3-bestiary-front:build"
"buildTarget": "w3-bestiary-front:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 6fd78cc

Please sign in to comment.