Fill ENV Vars in consumers side instead of exposes side [VUE 3] #2685
Unanswered
NicoJolyAdeo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I expose a component where i get environment variables like this :
const myEnv = process.env.VUE_APP_MY_VAR;
But when i consume component, the VUE_APP_MY_VAR is already fill from exposes...
How to set the VUE_APP_MY_VAR with the .env file from consumer side ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions