From 96e428f8b127e6339b213cf8bed1747934ea8aa3 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: Thu, 11 Nov 2021 17:00:48 +0800 Subject: [PATCH] fix: remove duplicate define --- types.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types.d.ts b/types.d.ts index 87c9525..8dc2fc6 100644 --- a/types.d.ts +++ b/types.d.ts @@ -2,7 +2,6 @@ declare namespace NodeJS { interface ProcessEnv { NODE_ENV: 'development' | 'production' - readonly PORT: string readonly HOST: string readonly PORT: number }