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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: