| /// <reference types="vite/client" /> | |
| interface ImportMetaEnv { | |
| readonly VITE_ENABLE_LOGGER: string; | |
| readonly VITE_LOGGER_FILTER: string; | |
| // Add other env variables here | |
| } | |
| interface ImportMeta { | |
| readonly env: ImportMetaEnv; | |
| } | |
| /// <reference types="vite/client" /> | |
| interface ImportMetaEnv { | |
| readonly VITE_ENABLE_LOGGER: string; | |
| readonly VITE_LOGGER_FILTER: string; | |
| // Add other env variables here | |
| } | |
| interface ImportMeta { | |
| readonly env: ImportMetaEnv; | |
| } | |