guandan.dev
https://git.tonybtw.com/guandan.dev.git
git://git.tonybtw.com/guandan.dev.git
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_WS_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv