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
-5
View File
@@ -1,8 +1,3 @@
import { ensureDatabaseUrl } from './runtime-config'
ensureDatabaseUrl()
export { PrismaClient } from '../generated'
export { ensureDatabaseUrl } from './runtime-config'
export type AdminRole = 'SUPER_ADMIN' | 'ADMIN' | 'SUPPORT' | 'FINANCE' | 'VIEWER'