@prisma/nuxt with bun stuck on generating prisma client
I'm using bun to development my site.
When I tried to run command
And it stuck on Grnerating Prisma client...
Here's module I use
When I use npm or yarn run it won't stuck
When I tried to run command
bun run dev(It run nuxt dev)And it stuck on Grnerating Prisma client...
Here's module I use
When I use npm or yarn run it won't stuck