Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bassages committed Dec 28, 2023
1 parent d57545a commit 63dd09a
Show file tree
Hide file tree
Showing 3 changed files with 5,801 additions and 4,874 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "home-server-frontend:build",
"proxyConfig": "proxy.conf.json"
"proxyConfig": "proxy.conf.json",
"buildTarget": "home-server-frontend:build"
},
"configurations": {
"production": {
"browserTarget": "home-server-frontend:build:production"
"buildTarget": "home-server-frontend:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "home-server-frontend:build"
"buildTarget": "home-server-frontend:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 63dd09a

Please sign in to comment.