change start cmd

This commit is contained in:
Park Byung Eun 2022-08-31 01:54:46 +00:00
parent 9275e0f3a3
commit 5cdcb7d7e2

View File

@ -7,7 +7,7 @@
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve --port 4400",
"start": "ng serve --host 0.0.0.0 --port 4400 --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",