/// interface ImportMetaEnv { readonly VITE_SERVER_ROOT_URL: string; } interface ImportMeta { readonly env: ImportMetaEnv; }