Commits
pkarw committed 5fcc839d956
Dynamic config reload feature #1290 Now the config can be reloaded on-fly with each server request if `config.server.dynamicConfigReload` is set to true. However in that case the config is added to `window.__INITIAL_STATE__` with the responses. @NataliaTepluhina could You add this to the docs please?