change start cmd
This commit is contained in:
parent
9275e0f3a3
commit
5cdcb7d7e2
|
@ -7,7 +7,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --port 4400",
|
"start": "ng serve --host 0.0.0.0 --port 4400 --disable-host-check",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user