You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, cljs-repl :port option sets the Cljs Repl websocket server IP. This is separate to nREPL port. To change nrepl port you need to set repl task port option:
(task-options! repl {:port1234})
repl-env is used together with cljs-repl task and the options are set using the task options.
Remote nrepl should work by setting correct repl options.
Please check Boot wiki to familiarize yourself on how Boot tasks work:
Github issues are preferably for bug reports and feature requests, for usage help e.g. Clojurians Slack is preferred: https://github.com/boot-clj/boot#boot-- (second paragraph)
How do you set the port on the repl server?
my env is
tried
(cljs-repl :port 9000)
but doesn't seem to workas i getThe text was updated successfully, but these errors were encountered: