From 71eb6bea7ff2c0bb602626d361c1d997be3908ec Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Tue, 24 Feb 2026 22:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84meta=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BB=A5=E6=B8=85=E7=90=86=E6=9E=84=E5=BB=BA=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.config.ts b/bun.config.ts index 9c0a118..0afa487 100644 --- a/bun.config.ts +++ b/bun.config.ts @@ -3,5 +3,5 @@ import { buildWithBun } from '@kevisual/code-builder' buildWithBun({ external: ['playwright', 'better-sqlite3'], target: 'node', - meta: import.meta, + // meta: import.meta, }) \ No newline at end of file