Skip to content

Commit

Permalink
chore: update packages (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Nov 11, 2023
1 parent 7641bdf commit 4d9aa57
Show file tree
Hide file tree
Showing 3 changed files with 2,278 additions and 2,016 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"development": {
"browserTarget": "app:build:development"
"buildTarget": "app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
}
}
Expand Down
Loading

0 comments on commit 4d9aa57

Please sign in to comment.