Skip to content

Commit e9bfaaf

Browse files
committed
chore: upgrade to 17
1 parent 71a77a4 commit e9bfaaf

File tree

4 files changed

+4362
-4257
lines changed

4 files changed

+4362
-4257
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@
6565
"serve": {
6666
"builder": "@angular-devkit/build-angular:dev-server",
6767
"options": {
68-
"browserTarget": "hyperdash-angular-app:build"
68+
"buildTarget": "hyperdash-angular-app:build"
6969
},
7070
"configurations": {
7171
"production": {
72-
"browserTarget": "hyperdash-angular-app:build:production"
72+
"buildTarget": "hyperdash-angular-app:build:production"
7373
}
7474
}
7575
},
7676
"extract-i18n": {
7777
"builder": "@angular-devkit/build-angular:extract-i18n",
7878
"options": {
79-
"browserTarget": "hyperdash-angular-app:build"
79+
"buildTarget": "hyperdash-angular-app:build"
8080
}
8181
},
8282
"test": {

0 commit comments

Comments
 (0)