fix production db
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { ensureDatabaseUrl } from './runtime-config'
|
||||
|
||||
ensureDatabaseUrl()
|
||||
|
||||
export { PrismaClient } from '../generated'
|
||||
export { ensureDatabaseUrl } from './runtime-config'
|
||||
|
||||
export type AdminRole = 'SUPER_ADMIN' | 'ADMIN' | 'SUPPORT' | 'FINANCE' | 'VIEWER'
|
||||
export type EmployeeRole = 'OWNER' | 'MANAGER' | 'AGENT'
|
||||
|
||||
Reference in New Issue
Block a user