Hi all, I can see prisma clients are generated in ...
# orm-help
j
Hi all, I can see prisma clients are generated in node_modules. Does anyone version theese files in their repo or everybody let prisma generate them in CI / CD ?
j
You can easily configure where the Client is generated by using the
output
property in your
generator
block. Depending on how you deploy your app, that might be helpful or even necessary - especially if you do not want CI/CD control that.