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
Setting the --open flag will launch a browser and automatically navigate to your web app. For example, this command will open a browser tab and navigate to http://127.0.0.1:8000:
$ ws --open
Listening on http://mba4:8000, http://127.0.0.1:8000, http://192.168.1.76:8000
This will open a browser tab and navigate to http://localhost:8000:
$ ws --hostname localhost --open
Listening on http://localhost:8000