diff --git a/launch-config/launchConfig.json b/launch-config/launchConfig.json index 5e99762..92105c1 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 start &" }, + { "location": "code/node-microservices/dashboard", "start": "npm run build && cd dist && npx http-server -p 54449" }, { "location": "code/microdiary", "start": "http-server -p 34279 &" }, { "location": "code/discord-bot-norren",