All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m7s
9 lines
210 B
JSON
9 lines
210 B
JSON
{
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "concurrently -k -n BACKEND,FRONTEND -c blue,green \"npm --prefix backend run dev\" \"npm --prefix frontend run dev\""
|
|
}
|
|
}
|