Skip to content

Commit f222406

Browse files
authored
docs(env): clarify env are statically replaced (#16553)
1 parent b7ddfae commit f222406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/env-and-mode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Env Variables
44

5-
Vite exposes env variables on the special **`import.meta.env`** object. Some built-in variables are available in all cases:
5+
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:
66

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

0 commit comments

Comments
 (0)