excludeModels
Type: FileModel[]
Models included in this array will be excluded from the final bundled schema and will not trigger naming conflicts, as they won't be available to the remapper at the time of execution. To exclude a list of models, add the following line to your exported configuration object:
prisma-util.config.mjs
Last updated