mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:32:48 +00:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
/// <reference types="vite/client" />
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
} |