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