/// interface ImportMetaEnv { readonly VITE_ENABLE_LOGGER: string; // Add other env variables here } interface ImportMeta { readonly env: ImportMetaEnv; }