Skip to content

Commit

Permalink
Angular: angular.json missing property 'browserTarget' (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Aug 23, 2023
1 parent ea0efc4 commit 8530e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"serve": {
"options": {
"port": 9000,
"browserTarget": "project:build",
"proxyConfig": "proxy.conf.json"
},
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/projects/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"serve": {
"options": {
"port": 9000,
"browserTarget": "project:build",
"proxyConfig": "proxy.conf.json"
},
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down

0 comments on commit 8530e3e

Please sign in to comment.