Files
react-template/src/vite-env.d.ts
T

8 lines
155 B
TypeScript
Raw Normal View History

2025-03-26 19:06:46 +08:00
/// <reference types="vite/client" />
interface ImportMetaEnv {
// todo add env properties here
}
interface ImportMeta {
readonly env: ImportMetaEnv
}