handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
at trunk 12 lines 235 B view raw
1/// <reference types="vite/client" /> 2 3/// <reference types="@atcute/bluesky/lexicons" /> 4 5interface ImportMetaEnv { 6 VITE_PLC_DIRECTORY_URL: string; 7 VITE_APPVIEW_URL: string; 8} 9 10interface ImportMeta { 11 readonly env: ImportMetaEnv; 12}