unyt-org / datex-core-js-legacy

DATEX Core Library for JavaScript (legacy), fully implemented in TypeScript, used by the UIX Framework
https://unyt.org
3 stars 0 forks source link

Update dx config #49

Closed benStre closed 10 months ago

benStre commented 10 months ago

Currently, when the backend endpoint for a domain changes, we get a network error on the clients because the still have the cached, outdated dx config file. The only way to get the clients to work again is to completely reset the app.

With this PR, the local dx config is automatically updated with changes from dx config file from the backend. Existing local config entries (e.g. the endpoint) are preserved.