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