diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-09-14 20:39:11 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-09-14 20:39:11 +0000 |
| commit | 851d3e292ff049c4b98c1ce65e6d3ea1f4aed6f4 (patch) | |
| tree | ba3a955ec04914f46ba6e3ef9521dd9ac65277d6 /apps/workers/tsdown.config.ts | |
| parent | 8d32055485858210252096483bb20533dc8bdf60 (diff) | |
| download | karakeep-851d3e292ff049c4b98c1ce65e6d3ea1f4aed6f4.tar.zst | |
fix: fix bundling liteque in the workers
Diffstat (limited to 'apps/workers/tsdown.config.ts')
| -rw-r--r-- | apps/workers/tsdown.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
