Skip to content

Commit

Permalink
Update launchConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
C-D-Lewis committed Nov 9, 2024
1 parent ae65fd0 commit db5c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch-config/launchConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit db5c9ff

Please sign in to comment.