Skip to content

Commit

Permalink
Exit npm start better (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt authored Jan 11, 2024
1 parent 0e688f2 commit f445348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"private": true,
"scripts": {
"postinstall": "npx base-volta-off-of-nwjs@latest",
"start": "concurrently npm:dev:web npm:dev:desktop",
"start": "concurrently -k npm:dev:web npm:dev:desktop",
"dev:web": "vite --port 4175",
"dev:desktop": "wait-on -c waitOnConfig.json http-get://localhost:4175 && nw .",
"build": "npm run build:clean && npm run build:vue && npm run build:nw",
Expand Down

0 comments on commit f445348

Please sign in to comment.