NapCatQQ/packages/napcat-webui-frontend/vite-env.d.ts
2025-11-13 15:10:47 +08:00

10 lines
165 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_DEBUG_BACKEND_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}