vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
673 stars 37 forks source link

Add ability to configure host for repl #114

Closed Gonzih closed 3 years ago

Gonzih commented 3 years ago

Add ability to set :host in repl options (for example repl.edn that can be consumed with -ro repl.edn cli flag). Sample repl.edn:

{:port 3333 :host "localhost"}
swannodette commented 3 years ago

Fixed in master