Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
C-D-Lewis committed Nov 30, 2024
1 parent 066782f commit 63429e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion launch-config/launchConfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"notes": [
"Do not forget to put & after a 'start' or it'll run forever"
],
"hosts": {
"stack-ext": [
{ "location": "code/node-microservices/apps/clacks", "start": "npm start &" },
Expand All @@ -8,7 +11,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 && cd dist && http-server -p 54449" },
{ "location": "code/node-microservices/dashboard", "start": "npm run build && cd dist && http-server -p 54449 &" },
{ "location": "code/microdiary", "start": "http-server -p 34279 &" },
{
"location": "code/discord-bot-norren",
Expand Down

0 comments on commit 63429e8

Please sign in to comment.