feat: implement dynamic categories, admin category CRUD, fix routing and cleanup

This commit is contained in:
AyrisAI
2026-07-13 13:51:48 +03:00
parent 2f2dafcfb9
commit 5b44c78396
54 changed files with 3619 additions and 473 deletions
+5 -1
View File
@@ -35,6 +35,10 @@
"eslint-config-next": "16.2.9",
"prisma": "^6.3.0",
"tailwindcss": "^4",
"tsx": "^4.23.0",
"typescript": "^5"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}
}