From 1760faf357065e9204a1e698be8fd418df5a8e47 Mon Sep 17 00:00:00 2001 From: C-D-Lewis Date: Wed, 16 Oct 2024 21:52:54 +0100 Subject: [PATCH] update --- launch-config/launchConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-config/launchConfig.json b/launch-config/launchConfig.json index 919154a..428b05d 100755 --- a/launch-config/launchConfig.json +++ b/launch-config/launchConfig.json @@ -8,7 +8,7 @@ { "location": "code/node-microservices/apps/concierge", "start": "npm start &" }, { "location": "code/node-microservices/apps/visuals", "start": "npm start &" }, { "location": "code/node-microservices/apps/monitor", "start": "npm start &" }, - { "location": "code/node-microservices/dashboard", "start": "npm run build && http-server -p 54449 &" }, + { "location": "code/node-microservices/dashboard2", "start": "npm run build && http-server -p 54449 &" }, { "location": "code/microdiary", "start": "http-server -p 34279 &" }, { "location": "code/discord-bot-norren",