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