Prisma Generators
Specify which Prisma Generators should run based on environment variables.
To enable this optional feature, add the prismaGenerators
element to your optionalFeatures array in your configuration object.
Feature Effect
Prisma Util will parse all of the generators from your generators option and will run them if the environment variable is set to true.
Last updated