Skip to content

Commit

Permalink
angular 18 boots up
Browse files Browse the repository at this point in the history
  • Loading branch information
whyboris committed May 31, 2024
1 parent 84d2b4b commit b192a6e
Show file tree
Hide file tree
Showing 3 changed files with 6,183 additions and 5,317 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "video-hub-app:build"
"buildTarget": "video-hub-app:build"
},
"configurations": {
"dev": {
"browserTarget": "angular-electron:build:dev"
"buildTarget": "angular-electron:build:dev"
},
"production": {
"browserTarget": "angular-electron:build:production"
"buildTarget": "angular-electron:build:production"
}
}
},
Expand Down
Loading

0 comments on commit b192a6e

Please sign in to comment.