Environment Lock
This optional feature protects your environment from unwanted changes.
To enable this optional feature, add the environmentLock
element to your optionalFeatures array inside your configuration object.
Feature Effect
You can't run prisma-util migrate dev
if NODE_ENV
is set to production
.
Last updated