3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
import { PrismaClient } from "@prisma/client";
|
|
export const prisma = new PrismaClient();
|