prisma-client provider can't be used with multiple generators
When running the
This is my main schema:
The issue is caused by the
generate command I get an error: This is my main schema:
The issue is caused by the
generator json since when I remove it, it works normally, but I want to use this feature for JSON field type-safety.