File size: 281 Bytes
0419deb 7bec436 7d324f2 b6e4936 0419deb |
1 2 3 4 5 6 7 8 9 10 11 |
/// <reference types="vite/client" />
/// <reference types="vite-plugin-glsl/ext" />
interface ImportMetaEnv {
readonly VITE_API_BASE_URL: string
readonly VITE_MOCK: boolean
readonly VITE_MODEL_ASSETS_ROOT_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
} |