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
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
though I'm kinda liking the use of process.env.FOO to access environment variables that we can then bake in via webpack and allow them to be dynamically loaded too via an optional kind of <script src="_config/env.json"></script> we put near the top of the <html><body> so that config is loaded early and we don't have really complex startup logic
This is a useful concept we need for the whole platform. It should include:
/_config/<name>.json
filesOpaqueToken
and the generic config interface not just class name, to allow easy switching out inside the platformThe text was updated successfully, but these errors were encountered: