Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VGS_ROUTE_ID should have been created also as CREATE_REACT_APP_VGS_ROUTE_ID, VUE_APP_VGS_ROUTE_ID etc. #8

Open
palinko91 opened this issue May 26, 2023 · 0 comments

Comments

@palinko91
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant