Hacker News new | ask | show | jobs
by redka 2265 days ago
Does this work with pnpm since node_modules/@prisma/client changes based on the project it's in?
1 comments

It works fine with pnpm. The client package has a postinstall hook that generates the client after you install it.