fix: resolve prisma v6 warning and next 15 form action typings

This commit is contained in:
AyrisAI
2026-07-13 14:10:44 +03:00
parent 5b44c78396
commit 9866413511
7 changed files with 93 additions and 31 deletions
-3
View File
@@ -37,8 +37,5 @@
"tailwindcss": "^4",
"tsx": "^4.23.0",
"typescript": "^5"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}