Skip to content

Commit

Permalink
docs(env): clarify env are statically replaced (#16553)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Apr 29, 2024
1 parent b7ddfae commit f222406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/env-and-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Env Variables

Vite exposes env variables on the special **`import.meta.env`** object. Some built-in variables are available in all cases:
Vite exposes env variables on the special **`import.meta.env`** object, which are statically replaced at build time. Some built-in variables are available in all cases:

- **`import.meta.env.MODE`**: {string} the [mode](#modes) the app is running in.

Expand Down

0 comments on commit f222406

Please sign in to comment.