import pkg from "@prisma/client"; const { PrismaClient } = pkg; const prisma_client = new PrismaClient() export default prisma_client