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",