figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
2017-09-17T09:22:44.000031Z

Hi i'm trying to connect to figwheel from a external computer, so that i could see the result of my app on this external computers screen. I use luminus as a base for my app . I tried setting :server-ip in project.clj but i see in the browser console on the external computer that it still tries to connect to localhost:3449. How do i configure the figwheel server ip?

2017-09-17T09:46:41.000014Z

Figured it out :)