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
In my .env I define a variable MY_VAR=something. I would like to unset this variable in .env.local with MY_VAR= so it becomes undefined. How can I do this?
The text was updated successfully, but these errors were encountered:
In my
.env
I define a variableMY_VAR=something
. I would like to unset this variable in.env.local
withMY_VAR=
so it becomesundefined
. How can I do this?The text was updated successfully, but these errors were encountered: