Skip to content

Commit

Permalink
set disableHostCheck to true
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jan 30, 2024
1 parent 3aff62a commit 7d13e96
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 @@ -94,7 +94,8 @@
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"port": 8100,
"buildTarget": "app:build"
"buildTarget": "app:build",
"disableHostCheck": true
},
"configurations": {
"production": {
Expand Down

0 comments on commit 7d13e96

Please sign in to comment.