Commit a25e1453 authored by Siva Rama Krishna's avatar Siva Rama Krishna

disabling host check for single port

parent 41f7b93e
......@@ -24,7 +24,7 @@
},
"scripts": {
"ng": "ng",
"start": "ng serve --port 3000 --host 0.0.0.0",
"start": "ng serve --port 3000 --host 0.0.0.0 --disableHostCheck true",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment