diff --git a/src/env.d.ts b/src/env.d.ts deleted file mode 100644 index 0fa2a6f..0000000 --- a/src/env.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -/// - -interface ImportMetaEnv { - readonly VITE_APP_TITLE: string - // 更多环境变量... -} - -interface ImportMeta { - readonly env: ImportMetaEnv -}