Currently we track changes to the configuration by using a simple file watcher which restarts the whole application whenever anythings has changed. A better way of handling this scenario would be to replace the konphyg module with ES5 getters and update the configuration in memory whenever the file watcher reports changes to use.
Currently we track changes to the configuration by using a simple file watcher which restarts the whole application whenever anythings has changed. A better way of handling this scenario would be to replace the konphyg module with ES5 getters and update the configuration in memory whenever the file watcher reports changes to use.