From 1bc5e3b9c44b0eaedc88088addae6d64337d4a6a Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 13 Feb 2023 11:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0express=E7=9A=84=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=AB=AF=E7=9A=84=E5=BC=82=E5=B8=B8=E6=8D=95=E8=8E=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 974975a..f7c9183 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "axios": "^1.2.1", "dayjs": "^1.11.0", "express": "^4.17.3", + "express-async-errors": "^3.1.1", "express-ws": "^5.0.2", "fs-extra": "^10.0.1", "helmet": "^5.0.2",