/// interface ImportMetaEnv { readonly VITE_APP_RELAY: string // more env variables... } interface ImportMeta { readonly env: ImportMetaEnv }