hugger-roaster / utils /prisma.ts
enzostvs's picture
enzostvs HF staff
share roast feature
bab2147
raw
history blame
102 Bytes
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
export default prisma