mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-25 17:30:32 +01:00
Fix prisma build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { PrismaClient } from '@prisma/client/edge'
|
import { PrismaClient } from '@prisma/client'
|
||||||
|
|
||||||
let prisma: PrismaClient | undefined
|
let prisma: PrismaClient | undefined
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user