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