Skip to content

Commit

Permalink
(chore) Launch browser automatically on ng serve (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Apr 16, 2024
1 parent 884b8a4 commit 68dc735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-openmrs-formentry:build"
"browserTarget": "ngx-openmrs-formentry:build",
"open": true
},
"configurations": {
"production": {
Expand Down

0 comments on commit 68dc735

Please sign in to comment.