import { PrismaClient } from '@prisma/client' const client = new PrismaClient({ log: ['query', 'error', 'warn'], }) export default client