From 52ae449101801f2591af2c7d75c65ea9df9239a7 Mon Sep 17 00:00:00 2001 From: Rizky Date: Fri, 22 Nov 2024 00:23:52 +0700 Subject: [PATCH] fix --- app/srv/ws/sync/code/parts/init/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/srv/ws/sync/code/parts/init/server.ts b/app/srv/ws/sync/code/parts/init/server.ts index ad97639a..2bdc89e0 100644 --- a/app/srv/ws/sync/code/parts/init/server.ts +++ b/app/srv/ws/sync/code/parts/init/server.ts @@ -43,7 +43,7 @@ export const initServer = async ( treeShaking: true, format: "cjs", logLevel: "silent", - external: ["bun:sqlite"], + external: ["bun:sqlite", "bun"], plugins: [ { name: "prasi",