Skip to content
On this page

Env

Contains environmental variables used in the application.

env
├── .env.dev
├── .env.prod
└── .end.test

TIP

In this structure we use Vite so envs must start with VITE_.

To use envs in build time there are three different commands: yarn run build:dev.

Also available for dev: yarn run dev:prod.

Env has loaded