dont auto open frontend

This commit is contained in:
Maxime Cannoodt 2022-12-03 09:38:11 +01:00
parent 017c318f88
commit bf22ce963d
1 changed files with 1 additions and 1 deletions

View File

@ -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"