antfu-collective / vitesse

🏕 Opinionated Vite + Vue Starter Template
https://vitesse.netlify.app/
MIT License
8.79k stars 932 forks source link

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

Closed islomurodov closed 4 months ago

islomurodov commented 4 months ago

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

userquin commented 4 months ago

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

islomurodov commented 4 months ago

OMG thanks. It works