Skip to content

Commit

Permalink
chore: update to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalpopov committed Nov 9, 2024
1 parent 74a41c5 commit d57430d
Show file tree
Hide file tree
Showing 4 changed files with 2,340 additions and 2,557 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "been-there:build:production"
"buildTarget": "been-there:build:production"
},
"development": {
"browserTarget": "been-there:build:development"
"buildTarget": "been-there:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "been-there:build"
"buildTarget": "been-there:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit d57430d

Please sign in to comment.