/// declare module '*.css' declare module 'leaflet-polylinedecorator' interface ImportMetaEnv { readonly VITE_API_BASE_URL?: string readonly VITE_OWM_API_KEY?: string readonly VITE_OWM_BASE_URL?: string readonly VITE_SATELLITE_TILE_URL?: string /** Dev-only: when 'true', skip backend auth and inject a fake admin user. */ readonly VITE_DEV_AUTH_BYPASS?: string } interface ImportMeta { readonly env: ImportMetaEnv }