/// <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 | |
} |