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
feat: add runtime env injection and wire app to use it
- add runtime env generator script and shell wrappers for local/test
and container startup
- generate public env config files and load env-config.js before
app scripts
- add getEnvValue helper with runtime window._env_ fallback to
process.env
- migrate Matomo, Sentry, feature flags, registration utils, and
runtime config reads to getEnvValue
- update Dockerfile to include scripts, run env generation on startup,
and use pnpm install flow
- run runtime env generation in dev/start/test scripts and document
the workflow
- update ignore and coverage settings for generated/runtime scripts
Refs: LINK-2574
0 commit comments