fix production db
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { PrismaClient } from '../generated'
|
||||
import bcrypt from 'bcryptjs'
|
||||
import { ensureDatabaseUrl } from '../src/runtime-config'
|
||||
|
||||
ensureDatabaseUrl()
|
||||
|
||||
const prisma = new PrismaClient()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user