sdy

create middleware.js

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