fix: patch qrcode-terminal import for Node 22

This commit is contained in:
Peter Steinberger
2026-01-06 02:22:20 +01:00
parent b56338171b
commit b85248bd07
7 changed files with 54 additions and 3 deletions

View File

@@ -59,6 +59,12 @@ docker compose exec clawdbot-gateway node dist/index.js health --token "$CLAWDBO
scripts/e2e/onboard-docker.sh
```
### QR import smoke test (Docker)
```bash
pnpm test:docker:qr
```
### Notes
- Gateway bind defaults to `lan` for container use.

View File

@@ -33,3 +33,11 @@ scripts/e2e/onboard-docker.sh
```
This script drives the interactive wizard via a pseudo-tty, verifies config/workspace/session files, then starts the gateway and runs `clawdbot health`.
## QR import smoke (Docker)
Ensures `qrcode-terminal` loads under Node 22+ in Docker:
```bash
pnpm test:docker:qr
```