Files
react-template/src/vite-env.d.ts
T
2025-03-26 19:06:46 +08:00

8 lines
155 B
TypeScript

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