Closed crinklywrappr closed 7 years ago
The library uses defonce
to initialize the config, so there really isn't a good way to do reloading. I'm actually using cprop myself nowadays, and it allows reloading the config at runtime.
That's what it looked like. Thanks.
When working with config at the repl is there a recommended way to reload the env map?