Files
dev-lab/src/vite-env.d.ts
T

8 lines
155 B
TypeScript
Raw Normal View History

2026-01-15 15:03:59 +08:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
// todo add env properties here
}
interface ImportMeta {
readonly env: ImportMetaEnv
}