Skip to content

Commit

Permalink
Upgrade to Angular v17
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Jun 29, 2024
1 parent a0760ae commit 70e2efc
Show file tree
Hide file tree
Showing 5 changed files with 6,854 additions and 5,435 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "oyasumivr:build:production"
"buildTarget": "oyasumivr:build:production"
},
"development": {
"browserTarget": "oyasumivr:build:development"
"buildTarget": "oyasumivr:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "oyasumivr:build"
"buildTarget": "oyasumivr:build"
}
},
"lint": {
Expand Down
Loading

0 comments on commit 70e2efc

Please sign in to comment.