import { PrismaClient } from "@/prisma/generated/prisma"; let prisma = new PrismaClient(); export default prisma;