From cf8b299c2b58ffa4ac2837610e77aa8a8850a341 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 1 Sep 2023 10:27:57 +0800 Subject: [PATCH] =?UTF-8?q?typescript=E4=BB=8E5=E9=99=8D=E5=88=B04?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=EF=BC=8C=E5=8D=87=E7=BA=A7=E5=90=8E=E6=8A=A5?= =?UTF-8?q?=E7=BA=A2=EF=BC=8C=E5=B9=B6=E4=B8=94=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=B2=A1=E6=9C=89=E4=BA=86=20(Issue=20#738)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/env.d.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/env.d.ts 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 -}