maj gitignore

This commit is contained in:
2026-02-27 13:03:56 +01:00
parent db8b951e5a
commit abb6602e5e
10 changed files with 114 additions and 8 deletions

View File

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