Can't set bind address
Closed
Can't set bind address
Created by: suchipi
I decided to try using create-react-app
to bootstrap a project in one of those one-click remote browser-based dev environments. However, because the app only binds to localhost
, I couldn't connect to it (remote environment runs in a container, and you have to manually expose ports).
It'd be nice to be able to specify the bind address.