Is it possible to set the cli-repl socket port in the config?
The use case is making it easier to use a devcontainer at the same time as running shadow commands outside the container. I would run the shadow server inside, and expose the port on the container. Otherwise, external shadow commands see the cli-repl.port, but they can't reach it.
It's not a big deal if not, but I wondered if there was something I was missing, since we can set the other servers' ports.
that port is for internal stuff, so not configurable. the cli doesn't do anything special though, so you could do everything it does over the normal REPL
Got it. I think I have enough custom setup without more to add, so I'm going to pass on using both at the same time. My bigger issue is still that my preamble hook breaks the browser-test build. I haven't had time to look into why, but since I'm looking to replace all the globals with npm libs, hopefully it'll be a nonissue soon. Thx for all your help.