antfu-collective / vitesse

🏕 Opinionated Vite + Vue Starter Template

Home Page:https://vitesse.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can anyone tell me how to use .env in this templete?

islomurodov opened this issue · comments

I really tried to use .env all ways but I couldn't.

with a .env file, all public entries should be prefixed with VITE_ and use them via import.meta.env.VITE_XXX: check https://vitejs.dev/guide/env-and-mode

OMG thanks. It works