Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The generated prisma client is configured in its own Yarn workspace with a custom output dir (__generated__/).

By default, prisma places its generated files in node_modules, which causes severe issues with Yarn 3+. Placing the client in a workspace package avoids this, and allows it to be imported as @mirlo/prisma.