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
We have a project (web-client-gql) which contains all graphql calls to our backend. In this project, we import import.meta.env.VITE_GRAPHQL_API and is published to github packages for other projects to use. Is there a way for us to dynamically change import.meta.env.VITE_GRAPHQL_API from the other projects?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a project (
web-client-gql
) which contains all graphql calls to our backend. In this project, we import import.meta.env.VITE_GRAPHQL_API and is published to github packages for other projects to use. Is there a way for us to dynamically change import.meta.env.VITE_GRAPHQL_API from the other projects?Beta Was this translation helpful? Give feedback.
All reactions