mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
feat: migrate to tailwind v4 and fix user token API
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { PrismaClient } from '@prisma/client'
|
||||
|
||||
const prismaClientSingleton = () => {
|
||||
return new PrismaClient()
|
||||
return new PrismaClient({});
|
||||
}
|
||||
|
||||
declare const globalThis: {
|
||||
|
||||
Reference in New Issue
Block a user