mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
/// <reference types="vite/client" />
|
|
interface ImportMeta {
|
|
env: {
|
|
VITE_DEBUG_DEV_API?: string
|
|
VITE_DEBUG_RELEASE_API?: string
|
|
VITE_API?: string
|
|
}
|
|
}
|