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