fix: bundle QR dependencies for channel login
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user