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
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from '@prisma/config'
export default defineConfig({
seed: 'tsx prisma/seed.ts'
})