You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how we have environment that inherits defaults it would be nice to have .env.schema that are the "base" required configurations and .env.production.schema that enhances the former so we can have environment specific schema validation.
The text was updated successfully, but these errors were encountered:
Similar to how we have environment that inherits defaults it would be nice to have
.env.schema
that are the "base" required configurations and.env.production.schema
that enhances the former so we can have environment specific schema validation.The text was updated successfully, but these errors were encountered: