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
The recipe for loading the environment variables into process.env is pretty simple, but it's nonetheless more cumbersome than it ought to be. We should include this feature as an optional part of our API.
The recipe for loading the environment variables into
process.env
is pretty simple, but it's nonetheless more cumbersome than it ought to be. We should include this feature as an optional part of our API.My thought is something like:
Or, given that #5 will be implemented, perhaps:
Not sure about the names
assign
andtarget
here. Suggestions for other names welcome.The text was updated successfully, but these errors were encountered: