update
Some checks failed
Deploy / deploy (push) Failing after 4m2s

This commit is contained in:
Никита Круглицкий
2025-10-09 22:29:42 +06:00
parent 6ada2c3fbd
commit bb48e52a99
14 changed files with 1234 additions and 15 deletions

7
server/prisma/client.ts Normal file
View File

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