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
Maybe we could have a config.toml in a special BrowserFS folder like /nu/config/config.toml and then load that config so we have some sort of environment variables and aliases to play around with.
The text was updated successfully, but these errors were encountered:
With #35 we should be able to write the config file to the root fs (directly in / or some nested folder). I'd need some help to wire that up with the wasm part though.
Happy to help here. I'm not sure if we can set the config file location as we start up Nu, but it shouldn't be too bad to add it if it's not yet supported.
Maybe we could have a
config.toml
in a special BrowserFS folder like/nu/config/config.toml
and then load that config so we have some sort of environment variables and aliases to play around with.The text was updated successfully, but these errors were encountered: