From 851d3e292ff049c4b98c1ce65e6d3ea1f4aed6f4 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 14 Sep 2025 20:39:11 +0000 Subject: fix: fix bundling liteque in the workers --- apps/workers/tsdown.config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/workers/tsdown.config.ts') diff --git a/apps/workers/tsdown.config.ts b/apps/workers/tsdown.config.ts index 0d8b31c0..4f1cdfb7 100644 --- a/apps/workers/tsdown.config.ts +++ b/apps/workers/tsdown.config.ts @@ -13,6 +13,7 @@ export default defineConfig({ external: [ // Keep native binaries external (transitive deps of bundled workspace packages) "better-sqlite3", + "liteque", ], noExternal: [ // Bundle workspace packages (since they're not published to npm) -- cgit v1.2.3-70-g09d2