fix: bundle QR dependencies for channel login

This commit is contained in:
inman
2026-04-29 12:22:48 +08:00
parent 0a211b8d8f
commit 85b1863bd7
4 changed files with 44 additions and 23 deletions

View File

@@ -188,6 +188,7 @@ echo` Skipped ${skippedDevCount} dev-only package references`;
// then BFS its transitive deps exactly like we did for openclaw above.
const EXTRA_BUNDLED_PACKAGES = [
'@whiskeysockets/baileys', // WhatsApp channel (was a dep of old clawdbot, not openclaw)
'qrcode-terminal', // QR rendering is loaded from OpenClaw context by channel login flows
];
let extraCount = 0;