From f84089beec43270d90f6293472b64c2a66a82ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Sat, 2 Jul 2022 11:10:02 +0800 Subject: [PATCH] remove types.d.ts --- types.d.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 types.d.ts diff --git a/types.d.ts b/types.d.ts deleted file mode 100644 index 7d79242..0000000 --- a/types.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -declare namespace NodeJS { - interface ProcessEnv { - NODE_ENV: 'development' | 'production' - readonly VITE_DEV_SERVER_HOST: string - readonly VITE_DEV_SERVER_PORT: string - } -}