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