export interface GlobEnvConfig { // 标题 VITE_GLOB_APP_TITLE: string; // 端口 VITE_PORT: number; }