You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(deploy): generate QR code locally with qrencode
- Replace external QR service with local qrencode generation
- QR code embedded as base64 data URI (no external API calls)
- Add test workflow for QR generation, input validation, payload construction
- Add justfile for development tasks (auto-manages podman)
- Update CONTRIBUTING.md with simplified testing instructions
> This deployment will be automatically cleaned up when the PR is closed.
94
97
98
+
The QR code is generated locally using `qrencode` (no external API calls), making it easy to open the preview on your phone for mobile testing. To disable it, set `qr-code: false`.
99
+
95
100
On subsequent deployments to the same PR, the existing comment is updated instead of creating a new one.
0 commit comments