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 was archived by the owner on Jan 5, 2026. It is now read-only.
If I want to read the environment variables in like this: const { REACT_APP_VGS_VAULT_ID, VGS_ROUTE_ID } = process.env;
It's not going to work. VAULT_ID I've converted to create react app compatible version but VGS_ROUTE_ID I can't because it calculated during build time.