File size: 102 Bytes
17aecfb
 
 
 
1
2
3
4
import { PrismaClient } from '@prisma/client'

const prisma = new PrismaClient()
export default prisma