generated from nhcarrigan/template
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import { PrismaClient } from "../generated/prisma/client";
|
|
|
|
const prisma = new PrismaClient();
|
|
|
|
export { prisma };
|