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 need to pass a value for VITE_ETH_HOSTNAME_HTTP during the build process using the env variable. Currently, we have one .env file. We could reorganize the structure of our variables and create a .env.production file. Then, set these values as below:
We need to pass a value for
VITE_ETH_HOSTNAME_HTTP
during the build process using the env variable. Currently, we have one.env
file. We could reorganize the structure of our variables and create a.env.production
file. Then, set these values as below:VITE_ETH_HOSTNAME_HTTP=$ETH_HOSTNAME_HTTP
Originally posted by @r-czajkowski in #217 (comment)
The text was updated successfully, but these errors were encountered: