noteshare.space/package.json
2022-06-29 10:42:51 +02:00

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