Minor Changes
-
Read QR code entries from Rspeedy server routes. (#2930)
BREAKING CHANGE:
@lynx-js/qrcode-rsbuild-pluginnow requires@lynx-js/rspeedy@^0.16.0because it relies on dev and preview serverroutescontaining Lynx bundle entries. The plugin no longer reads the internalrspeedy.env.entriesexposed API.
Patch Changes
-
Add
showQRCodeoption toregisterConsoleShortcuts. (#2937)When passed
showQRCode: false, the shortcut runtime still prints URL(s) and keeps the interactive schema/entry switching, but skips rendering the ASCII QR code. This lets embedders that always launch via a deep link (or wrap the plugin with their own connection flow — e.g.@byted-lynx/hdt-rsbuild-plugin) suppress the QR block without forking the shortcut loop. Default remainstrue, so existing behavior is unchanged. -
Support Rspeedy v0.16.x. (#2931)