correction package pour deploiement
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"postinstall": "npx prisma db push && next start"
|
||||
"start": "npx prisma db push && next start",
|
||||
"lint": "next lint",
|
||||
"postinstall": "prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@google/genai": "^1.38.0",
|
||||
|
||||
Reference in New Issue
Block a user