UNPKG

backsplash-app

Version:
13 lines (10 loc) 265 B
/// <reference types="vite/client" /> interface ImportMetaEnv { readonly VITE_PUBLIC_POSTHOG_KEY: string; readonly VITE_PUBLIC_POSTHOG_HOST: string; readonly MODE: string; // more env variables... } interface ImportMeta { readonly env: ImportMetaEnv; }