From 13c43f0874e574d1a68020182ca812741ba2a717 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: Mon, 14 Mar 2022 15:23:22 +0800 Subject: [PATCH] remove debug --- types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.d.ts b/types.d.ts index b9d5a2e..b435aec 100644 --- a/types.d.ts +++ b/types.d.ts @@ -1,7 +1,7 @@ declare namespace NodeJS { interface ProcessEnv { - NODE_ENV: 'development' | 'production' | 'debug' + NODE_ENV: 'development' | 'production' readonly VITE_DEV_SERVER_HOST: string readonly VITE_DEV_SERVER_PORT: string }