Files
OctoLauncher/src/renderer/env.d.ts
T
2026-05-08 00:00:00 +00:00

7 lines
151 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly MAIN_VITE_SERVER_URL: string;
readonly MAIN_VITE_CLIENT_VERSION: string;
}