mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
restructuring folders
This commit is contained in:
5
app/lib/client.ts
Normal file
5
app/lib/client.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PrismaClient } from '@prisma/client'
|
||||
|
||||
let prisma = new PrismaClient()
|
||||
|
||||
export default prisma
|
||||
Reference in New Issue
Block a user