forked from OctoWoW/OctoLauncher
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly MAIN_VITE_SERVER_URL: string;
|
|
readonly MAIN_VITE_CLIENT_VERSION: string;
|
|
}
|