correction prisma v2

This commit is contained in:
2026-03-02 11:16:46 +01:00
parent 6016169bfd
commit 90f5431c3d
17 changed files with 213 additions and 61 deletions

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"dev": "next dev",
"build": "rm -rf .next && npx prisma generate && next build",
"build": "npx prisma generate && next build",
"start": "npx prisma db push && next start",
"lint": "next lint"
},