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
this method will call the toml parser object for the file located at ~/.torus/config
then it will iterate through the object and set env vars like below
for(let elem in obj) for(let key in obj[elem]) process.env[key] = obj[elem][key]
The text was updated successfully, but these errors were encountered:
this method will call the toml parser object for the file located at
~/.torus/config
then it will iterate through the object and set env vars like below
The text was updated successfully, but these errors were encountered: