fix tests and docker-compose

This commit is contained in:
root
2026-05-26 23:57:14 -04:00
parent 3f3b9d9e6a
commit f0c5d72523
8 changed files with 94 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { PrismaClient } from '@rentaldrivego/database'
import { PrismaClient } from '@rentaldrivego/database/client'
const globalForPrisma = global as unknown as { prisma: PrismaClient }