mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
|
|
import { PrismaClient } from '@prisma/client'
|
||
|
|
|
||
|
|
const prisma = new PrismaClient()
|
||
|
|
export default prisma
|