From 83ace64ebbca3ff24a433618761b0ffc7d7e5381 Mon Sep 17 00:00:00 2001 From: Dano Fecko Date: Thu, 28 Nov 2019 10:53:25 +0100 Subject: [PATCH] added script to package.json 'start_dev_admin_gui' --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 457f835d9..bf7a97dcb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "update:check": "ng update", "workspace-schematic": "nx workspace-schematic", "dep-graph": "nx dep-graph", - "help": "nx help" + "help": "nx help", + "start-dev-admin-gui": "ng serve admin-gui --public-host=http://localhost:4200 --disable-host-check" }, "private": true, "dependencies": {