ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
at master 238 B view raw
1interface ImportMetaEnv { 2 readonly VITE_LOCAL_MOCK?: string; 3 readonly VITE_API_BASE?: string; 4 readonly VITE_ENABLE_OAUTH?: string; 5 readonly VITE_ENABLE_DATABASE?: string; 6} 7 8interface ImportMeta { 9 readonly env: ImportMetaEnv; 10}