6 lines
104 B
TypeScript

import { PrismaClient } from "@prisma/client"
const prisma = new PrismaClient()
export default prisma