| /// <reference types="vite/client" /> | |
| declare const appVersion: string; | |
| // eslint-disable-next-line @typescript-eslint/consistent-type-definitions | |
| interface ImportMeta { | |
| readonly env: ImportMetaEnv; | |
| } | |
| /// <reference types="vite/client" /> | |
| declare const appVersion: string; | |
| // eslint-disable-next-line @typescript-eslint/consistent-type-definitions | |
| interface ImportMeta { | |
| readonly env: ImportMetaEnv; | |
| } | |