Skip to content

Commit bbd5e77

Browse files
authored
Merge pull request #1 from mike-hoang/799/disable-host-check
fix: disabling host check
2 parents d579f02 + dfb3eb3 commit bbd5e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve --host 0.0.0.0",
6+
"start": "ng serve --host 0.0.0.0 --disableHostCheck true",
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test"

0 commit comments

Comments
 (0)