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
+2
View File
@@ -0,0 +1,2 @@
export { PrismaClient } from '../generated'
export declare function ensureDatabaseUrl(env?: NodeJS.ProcessEnv): string | undefined