811126d
1
2
3
4
5
6
import { PrismaClient } from "@prisma/client"; export const prisma = new PrismaClient(); export default prisma;