Files
vtsuru.live/env.d.ts
2023-06-05 15:31:37 +08:00

7 lines
104 B
TypeScript

/// <reference types="vite/client" />
interface ImportMeta {
env: {
VITE_DEBUG_API?: string
}
}