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