How to access environment variables loaded using Vite defineConfig in index.html?
I know that prepending environment variables with VITE_
exposes them to Vite and they become accessible in the index.html
file with %VITE_MY_VARIABLE%
.
I know that prepending environment variables with VITE_
exposes them to Vite and they become accessible in the index.html
file with %VITE_MY_VARIABLE%
.