How to use environment variables in vite.config.js file for proxy in Vite
I am trying to access the environment variables in vite.config.js file, but there is an error while using import.meta.env.ENV_VARIABLE_NAME.
I am trying to access the environment variables in vite.config.js file, but there is an error while using import.meta.env.ENV_VARIABLE_NAME.