Open erlanggadewa opened 4 months ago
can you add a type for the prism client inside the prisma context? i've tried using const prisma = await app.container.make('prisma:db') ioc container, but both have the same result
const prisma = await app.container.make('prisma:db')
this is what I was expecting. Thanks
I'll check that
can you add a type for the prism client inside the prisma context? i've tried using
const prisma = await app.container.make('prisma:db')
ioc container, but both have the same resultthis is what I was expecting. Thanks