prisma fix

This commit is contained in:
jason
2026-03-12 17:30:36 -05:00
parent 4982e5392e
commit 2743b6ddf1
4 changed files with 5 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { PrismaClient } from '@prisma/client'
import { PrismaClient } from '../generated/client'
const globalForPrisma = globalThis as unknown as {
prisma: PrismaClient | undefined