Feature Request
I'm accustomed to tools where you can set 0.0.0.0 showing THAT address when you start the dev server. Mine is still showing
Serving at: http://127.0.0.1:8080
It also seems to redirect to 127 if I manually visit the all 0s version.
I think it would be more intuitive to switch the address to all 0s both in the dx serve printout and to NOT redirect when you're making that the address in the browser. Obviously, you can run something like sudo ss -tunlp to verify but it's an extra step and I am fundamentally lazy.
Feature Request
I'm accustomed to tools where you can set 0.0.0.0 showing THAT address when you start the dev server. Mine is still showing
It also seems to redirect to 127 if I manually visit the all 0s version.
I think it would be more intuitive to switch the address to all 0s both in the
dx serveprintout and to NOT redirect when you're making that the address in the browser. Obviously, you can run something likesudo ss -tunlpto verify but it's an extra step and I am fundamentally lazy.