Skip to content

Commit 14ac552

Browse files
committed
Add --disable-host-check to allow external access
1 parent 4023400 commit 14ac552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"rimraf": "rimraf",
88
"ng": "ng",
9-
"start": "ng serve -pc proxy.config.json --host 0.0.0.0",
9+
"start": "ng serve -pc proxy.config.json --host 0.0.0.0 --disable-host-check",
1010
"clean.dist": "npm run rimraf -- dist",
1111
"build.prod": "npm run clean.dist && ng build -prod",
1212
"test": "ng test",

0 commit comments

Comments
 (0)