correction package pour deploiement
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user