sdy

create middleware.js

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