From dfb3eb3d6ab7d707596e575f9dab9938db94fc0f Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Thu, 28 Apr 2022 09:29:29 -0400 Subject: [PATCH] disabling host check Signed-off-by: Michael Hoang --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9505170..19e6ace 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve --host 0.0.0.0", + "start": "ng serve --host 0.0.0.0 --disableHostCheck true", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test"