mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
- Added name to load-intl-polyfills initializer - Made load-runtime-config run after load-intl-polyfills - Fixes race condition where intl service initialized before polyfill data loaded - Resolves MISSING_DATA errors for all locales (mn-mn, etc.) Initialization order now: 1. load-intl-polyfills (loads formatjs polyfill data) 2. load-runtime-config (loads fleetbase.config.json) 3. load-socketcluster-client 4. Other initializers