figwheel-main

reefersleep 2023-09-19T22:31:56.483059Z

I've tried adding

:figwheel {:server-port 5309}
to the top level of my project.clj and
:figwheel {:websocket-url ""}
in the build map. When I connect to localhost:5309 in my browser, the js is loaded correctly. But the developer console spams
WebSocket connection to '' failed: 
It's like the :websocket-url option is ignored 😕

reefersleep 2023-09-19T23:05:40.145749Z

This is a lein-figwheel problem, btw.