"use server"; import { PrismaClient } from "@prisma/client"; export default new PrismaClient();