From 70f880abcae76fbbb4955fd41cb7163c36a2fbe7 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, 8 Nov 2021 19:59:33 +0800 Subject: [PATCH] chore: UPDATE --- .gitignore | 2 ++ types.d.ts | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e1a7711..9973737 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,5 @@ dist **/.tmp release .DS_Store +dist-ssr +*.local diff --git a/types.d.ts b/types.d.ts index c87a215..87c9525 100644 --- a/types.d.ts +++ b/types.d.ts @@ -5,6 +5,5 @@ declare namespace NodeJS { readonly PORT: string readonly HOST: string readonly PORT: number - readonly PORT_WS: number } }