UNPKG

@dill-pixel/storage-adapter-supabase

Version:

Supabase Storage Adapter

11 lines (8 loc) 205 B
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_SUPABASE_URL: string; readonly VITE_SUPABASE_ANON_KEY: string; } interface ImportMeta { readonly env: ImportMetaEnv; }