correction package pour deploiement

This commit is contained in:
2026-02-28 14:29:49 +01:00
parent b06e987d60
commit 1efdd763ac

View File

@@ -8,9 +8,9 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "npx prisma db push && next start",
"lint": "eslint", "lint": "next lint",
"postinstall": "npx prisma db push && next start" "postinstall": "prisma generate"
}, },
"dependencies": { "dependencies": {
"@google/genai": "^1.38.0", "@google/genai": "^1.38.0",