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
Add a platform agnostic based way to read environment variables. We can add a single helper util here to ultimately read from process.env, global, window, etc.
On startup a pre-aggregated list of environment variables could be loaded into an environment holder, or the utility function could access an environment variable at runtime.
Add a platform agnostic based way to read environment variables. We can add a single helper util here to ultimately read from
process.env
,global
,window
, etc.On startup a pre-aggregated list of environment variables could be loaded into an
environment
holder, or the utility function could access an environment variable at runtime.getEnvironmentVariable(name: EnvironmentVariable): string
_Originally posted by @obecny in #1153 (comment)
The text was updated successfully, but these errors were encountered: