Skip to content

Commit

Permalink
dont auto open frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Dec 3, 2022
1 parent 017c318 commit bf22ce9
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
@@ -1,7 +1,7 @@
{
"scripts": {
"proxy": "node proxy.js",
"dev": "concurrently -n plugin,webapp,server,proxy \"npm --prefix ./plugin run dev\" \"npm --prefix ./webapp run dev -- --open\" \"npm --prefix ./server run dev\" \"npm run proxy\""
"dev": "concurrently -n plugin,webapp,server,proxy \"npm --prefix ./plugin run dev\" \"npm --prefix ./webapp run dev\" \"npm --prefix ./server run dev\" \"npm run proxy\""
},
"dependencies": {
"concurrently": "^7.2.2"
Expand Down

0 comments on commit bf22ce9

Please sign in to comment.