fix tests and docker-compose
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user