From abfd8046add356294595742df9dbd4be6ea29c34 Mon Sep 17 00:00:00 2001 From: HeroBlackInk Date: Wed, 18 Feb 2026 13:58:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20node:sqlite=20?= =?UTF-8?q?=E5=88=B0=20esbuild=20external=20=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esbuild.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esbuild.config.mjs b/esbuild.config.mjs index 6f975e7..631404d 100644 --- a/esbuild.config.mjs +++ b/esbuild.config.mjs @@ -34,10 +34,10 @@ const context = await esbuild.context({ "node:assert", "node:async_hooks", "node:buffer", - "node:dns", "node:console", "node:crypto", "node:diagnostics_channel", + "node:dns", "node:events", "node:fs", "node:http", @@ -46,6 +46,7 @@ const context = await esbuild.context({ "node:path", "node:perf_hooks", "node:querystring", + "node:sqlite", "node:stream", "node:string_decoder", "node:timers",