mirror of
https://github.com/EasyTier/EasytierGame.git
synced 2025-05-19 10:27:56 +00:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
interface ImportMetaEnv {
|
|
readonly VITE_CONFIG_PATH: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|