fix prisma stuff

This commit is contained in:
Christopher Arraya 2024-01-13 21:09:19 -05:00
parent 2ba45cdad2
commit 404617ae0d
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",

View File

@ -1,6 +1,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["multiSchema"]
output = "./generated/client"
}
datasource db {