Hi all.
I am trying to run a Backstage locally in dev mode while also being able to reach it on another computer on my local network. Having an oddly difficult time doing so and my closest guess is that the front-end (with a completely vanilla npx @backstage/create-app@latest setup) only listens on loopback/127.0.0.1 ? Is there a way to make it use 0.0.0.0 instead like there is for the backend?
This feels like a thing buried deep within webpack config hiding inside the backstage cli maybe?
Using a completely separate local nginx solely to proxypass from loopback to an exposed port I can reach from elsewhere feels absurd somehow 😅 I'm probably supposed to run it entirely differently like more properly via Docker or somesuch but this turned into one of those rabbit holes and now I'm committed 🥼 ...