refactor: remove unused ImportMetaEnv interface from env.d.ts

This commit is contained in:
2026-04-22 17:57:27 +00:00
parent 933d6874b1
commit a6efbdc3ab

8
src/env.d.ts vendored
View File

@@ -1,9 +1 @@
/// <reference path="../.astro/types.d.ts" />
interface ImportMetaEnv {
readonly DEFAULT_TITLE: string;
readonly DEFAULT_DESCRIPTION: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}