middlewares.js 90 Bytes Raw Blame History Permalink 1 2 3 import { PrismaClient } from "@prisma/client"; export const prisma = new PrismaClient();