-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QR code presenting server address upon startup for better mobile development experience #13
Comments
small.. if the user has a 40x20 terminal window open, the large one won't fit.. |
Currently, the behavior is as follows:
So, it will always present the QRCode. Maybe we should consider some changes in the args because as the default behavior now is to always print the QRCode, the args should be to hide or configure it. I mean, the user could pass a or we could keep to What do you think? |
Hi, it should only print the QR code if the user asked for it. Regular behaviour (no QR):
Regular behaviour plus print a QR code with the default network interface:
or with a specific interface:
Does that sound ok? |
I tried this at first, but as the Maybe Or is there a way to use |
if If the |
The documentation for the |
That's correct. I was making a wrong verification here. |
Related issue: lwsjs/local-web-server#148
The text was updated successfully, but these errors were encountered: