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