Hi, I'm using krell 0.5.3 how can I configure the SERVER_IP/METRO_IP in krell_repl.js and closure_bootstrap.js?
I've tried clj -M -m krell.main -co ./build.edn -c -r --host "192.168.0.184" -ro ./repl.edn , but still the SERVER_IP/METRO_IP generated is in 10.x.x.x range
repl.edn
{:port 5001
:ip "192.168.0.184"
:host "192.168.0.184"}
Right now, I'm updating the SERVER_IP/METRO_IP manually as a workaround.