Skip to content

Commit

Permalink
Merge pull request #34 from b-venter/bv-newbranch
Browse files Browse the repository at this point in the history
Upgrade to Angular 17
  • Loading branch information
b-venter authored Jun 7, 2024
2 parents 9088c15 + 4eba307 commit 185f293
Show file tree
Hide file tree
Showing 4 changed files with 6,590 additions and 4,971 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "dshopsmart:build:production"
"buildTarget": "dshopsmart:build:production"
},
"development": {
"browserTarget": "dshopsmart:build:development"
"buildTarget": "dshopsmart:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "dshopsmart:build"
"buildTarget": "dshopsmart:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 185f293

Please sign in to comment.