From 5cdcb7d7e255c49be19c70a45c7dec35522e74ed Mon Sep 17 00:00:00 2001 From: Park Byung Eun Date: Wed, 31 Aug 2022 01:54:46 +0000 Subject: [PATCH] change start cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd2ad7d..66319ea 100644 --- a/package.json +++ b/package.json @@ -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",