| /// <reference types="vite/client" /> | |
| interface ImportMetaEnv { | |
| readonly VITE_API_BASE?: string | |
| readonly VITE_API_TIMEOUT?: string | |
| readonly VITE_DEV_API?: string | |
| } | |
| interface ImportMeta { readonly env: ImportMetaEnv } | |
| /// <reference types="vite/client" /> | |
| interface ImportMetaEnv { | |
| readonly VITE_API_BASE?: string | |
| readonly VITE_API_TIMEOUT?: string | |
| readonly VITE_DEV_API?: string | |
| } | |
| interface ImportMeta { readonly env: ImportMetaEnv } | |