/// interface ImportMetaEnv { readonly VITE_APP_NAME?: string; readonly VITE_APP_ORIGIN?: string; readonly VITE_DEFAULT_MACHINE?: string; readonly VITE_ASSET_BASE_URL?: string; readonly VITE_DRACO_DECODER_PATH?: string; readonly VITE_KTX2_TRANSCODER_PATH?: string; readonly VITE_ENABLE_PERF_OVERLAY?: string; readonly VITE_ENABLE_DEBUG_CAMERA?: string; readonly VITE_ENABLE_SOURCE_MAPS?: string; readonly VITE_SOCIAL_IMAGE?: string; readonly VITE_SUPPORT_EMAIL?: string; } interface ImportMeta { readonly env: ImportMetaEnv; }