Files
bilibili-subtitle/src/vite-env.d.ts
IndieKKY 1c5534fc82 fix
2024-10-07 19:10:39 +08:00

9 lines
123 B
TypeScript

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