UNPKG

vzcode

Version:
11 lines (8 loc) 216 B
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_ENABLE_LIVEKIT: string; // Add other environment variables here as needed } interface ImportMeta { readonly env: ImportMetaEnv; }