chad/server/prisma/client.ts
Никита Круглицкий ec67be8aa6
All checks were successful
Deploy / deploy (push) Successful in 4m32s
куча говна
2025-10-20 00:10:13 +06:00

8 lines
142 B
TypeScript

import { PrismaClient } from '@prisma/client'
const client = new PrismaClient({
log: ['query', 'error', 'warn'],
})
export default client