3ec134e
1
2
3
4
// backend/src/utils/prisma.ts import { PrismaClient } from '@prisma/client'; export const prisma = new PrismaClient();