9 lines
229 B
JSON
9 lines
229 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"dev": "concurrently -n plugin,webapp,server \"npm --prefix ./plugin run dev\" \"npm --prefix ./webapp run dev\" \"npm --prefix ./server run dev\""
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"concurrently": "^7.2.2"
|
||
|
}
|
||
|
}
|