We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b09cf commit 969230aCopy full SHA for 969230a
guide/env-and-mode.md
@@ -75,7 +75,7 @@ NEW_KEY3=test$KEY # test123
75
76
:::warning 安全注意事项
77
78
-- `.env.*.local` 文件应是本地的,可以包含敏感变量。你应该将 `.local` 添加到你的 `.gitignore` 中,以避免它们被 git 检入。
+- `.env.*.local` 文件应是本地的,可以包含敏感变量。你应该将 `*.local` 添加到你的 `.gitignore` 中,以避免它们被 git 检入。
79
80
- 由于任何暴露给 Vite 源码的变量最终都将出现在客户端包中,`VITE_*` 变量应该不包含任何敏感信息。
81
:::
0 commit comments