@@ -0,0 +1,12 @@
/// <reference types="vite/client" />
// 声明你的环境变量,按需添加
interface ImportMetaEnv {
readonly VITE_BASE_PATH: string
// 继续添加你项目里其他 VITE_ 开头变量
// readonly VITE_ROUTER_MODE: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
The note is not visible to the blocked user.