How to change GQL_HOST in runtime #507
Unanswered
Henvy-Mango
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
-
This is my nuxt.config.ts file.
This is my .env file.
How can I change the GQL_HOST dynamicly?
Like this
NUXT_PUBLIC_GQL_HOST=https://new-graphql-api.com node server/index.mjs
but it don't work.Beta Was this translation helpful? Give feedback.
All reactions