Files
dev-lab/src/vite-env.d.ts
T
2026-01-15 15:03:59 +08:00

8 lines
155 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
// todo add env properties here
}
interface ImportMeta {
readonly env: ImportMetaEnv
}