mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-05 23:54:46 +08:00
11 lines
200 B
TypeScript
11 lines
200 B
TypeScript
/// <reference types="vite/client" />
|
|
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_BACKEND_ORIGIN: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|