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
For now, I'm using replaceInFiles(['.env], ...) instead of writeEnv and it fulfills my needs 🙂 So I'm not sure if we need to change the way writeEnv works.
Currently,
writeEnv
overwrites the file content of.env
. Anappend
option would be super useful to support existing.env
files.For example, in the node-advanced boilerplate, I use env var
APP_SECRET
that is gone after runningwriteEnv
.The text was updated successfully, but these errors were encountered: