In vite, environment variables are loaded from .env and .env.lcoal files as long as they start with a VITE_ prefix https://vite.dev/guide/env-and-mode
However, none of these variables seem to be importing to my context.
How can I pass environment variables when using the vite dev server?
In vite, environment variables are loaded from
.envand.env.lcoalfiles as long as they start with aVITE_prefix https://vite.dev/guide/env-and-modeHowever, none of these variables seem to be importing to my context.
How can I pass environment variables when using the vite dev server?