We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4023400 commit 14ac552Copy full SHA for 14ac552
quick-start/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"rimraf": "rimraf",
8
"ng": "ng",
9
- "start": "ng serve -pc proxy.config.json --host 0.0.0.0",
+ "start": "ng serve -pc proxy.config.json --host 0.0.0.0 --disable-host-check",
10
"clean.dist": "npm run rimraf -- dist",
11
"build.prod": "npm run clean.dist && ng build -prod",
12
"test": "ng test",
0 commit comments