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
Frameworks such as vite, support more than one env file like .env.local and .env.prod.
This is heavily discouraged by 12 factor and dotenv package however this is a common usage for FE projects and now that we support env scoped options, kinda makes sense to rethink about cons/pros and possibly supporting.
The text was updated successfully, but these errors were encountered:
Frameworks such as vite, support more than one env file like
.env.local
and.env.prod
.This is heavily discouraged by 12 factor and dotenv package however this is a common usage for FE projects and now that we support env scoped options, kinda makes sense to rethink about cons/pros and possibly supporting.
The text was updated successfully, but these errors were encountered: