Spaces:
Paused
Paused
| /// <reference types="vite/client" /> | |
| interface ImportMetaEnv { | |
| readonly VITE_API_URL: string; | |
| readonly VITE_APP_NAME: string; | |
| readonly VITE_APP_VERSION: string; | |
| } | |
| interface ImportMeta { | |
| readonly env: ImportMetaEnv; | |
| } | |