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

9 lines
159 B
TypeScript
Raw Normal View History

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