vite-env.d.ts 230 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /// <reference types="vite/client" /> interface ImportMetaEnv { // 标题 VITE_GLOB_APP_TITLE: string; // 端口 VITE_DEV_PORT: string; // 开发地址 VITE_DEV_PATH: string // 生产地址 VITE_PRO_PATH: string }