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
refactor: read runtime config from environment variables
- remove Next.js runtimeConfig usage in app config and test setup
- update runtime config helpers to read values from process.env
- update tests to stub required env vars with vi.stubEnv
- map mock config keys to environment variable names
Refs: LINK-2574
0 commit comments