From 97bc9b80427701a242ceb97f2cd4f893c3edf73e Mon Sep 17 00:00:00 2001 From: QCQCQC <1220204124@zust.edu.cn> Date: Thu, 16 Oct 2025 11:21:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E5=B7=B2=E5=BC=83=E7=94=A8=E7=9A=84=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/watch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/watch.ts b/src/server/watch.ts index d930ffb..abad55b 100644 --- a/src/server/watch.ts +++ b/src/server/watch.ts @@ -16,7 +16,7 @@ import { LogFormatter, LogFormatterProp, polyfillConsole } from "./polyfill"; 服务器重启 → 清理缓存并重新启动服务 */ -declare const require: NodeRequire; +declare const require: NodeJS.Require; declare const process: NodeJS.Process;