mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
/// <reference types="vite/client" />
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|