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