diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/workers/package.json | 1 | ||||
| -rw-r--r-- | apps/workers/tsdown.config.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/workers/package.json b/apps/workers/package.json index 030250e0..74473986 100644 --- a/apps/workers/package.json +++ b/apps/workers/package.json @@ -24,6 +24,7 @@ "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.6", "jsdom": "^24.0.0", + "liteque": "^0.6.2", "metascraper": "^5.46.18", "metascraper-amazon": "^5.46.18", "metascraper-author": "5.46.18", 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) |
