Blogs
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m7s

This commit is contained in:
2026-03-19 02:04:06 +01:00
parent 0eb3e223aa
commit edfb14770d
17 changed files with 4098 additions and 29 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"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\""
}
}