From 223ec8d3f668d4727c003e305222b584848df2ea Mon Sep 17 00:00:00 2001 From: streaper2 Date: Fri, 27 Feb 2026 10:11:58 +0100 Subject: [PATCH] correction deploy prisma --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ca1d4e..8c92297 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "eslint" + "lint": "eslint", + "postinstall": "prisma generate" }, "dependencies": { "@google/genai": "^1.38.0", @@ -34,4 +35,4 @@ "tailwindcss": "^4", "typescript": "^5" } -} +} \ No newline at end of file