prisma-enum
v1.2.0
Published
CLI tool for exporting enums from @prisma/client to reduce bundle size.
Downloads
15
Readme
Instructions
Put && prisma-enum
in your build step after prisma generate
but before your actual build.
Put && prisma-enum
in your schema update step after the update.