Files
PolyHermes/frontend/src/vite-env.d.ts
T

12 lines
189 B
TypeScript
Raw Normal View History

2025-12-03 02:48:02 +08:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_URL?: string
readonly VITE_WS_URL?: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}