mirror of
https://github.com/documenso/documenso.git
synced 2026-07-14 14:57:12 +10:00
0d1496bc26
pnpm's strict node_modules layout causes prisma generate to output to a deeply nested .pnpm directory, but @prisma/client resolves .prisma/client from the root node_modules. Setting an explicit output path ensures the generated client is always found at the expected location.