From 49523af7347f2502758c6213dd71eec8f4b25898 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Tue, 20 Jun 2023 13:05:45 +1000 Subject: [PATCH] cors? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7b8830..9a3efb7 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 --disable-host-check --verbose", + "start": "ng serve --host=0.0.0.0 --disable-host-check --verbose --live-reload=false", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test"