We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439ab05 commit 310ede9Copy full SHA for 310ede9
1 file changed
frontend/package.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"scripts": {
6
"ng": "ng",
7
- "start": "ng serve",
+ "start": "ng serve --host 0.0.0.0 --disable-host-check",
8
"build": "ng build --prod",
9
"test": "ng test",
10
"lint": "ng lint",
0 commit comments