lein-figwheel

shader 2017-05-22T20:16:35.905109Z

any way to debug what handler figwheel is using?

shader 2017-05-22T20:25:51.073290Z

I have a ring handler set via :figwheel {... :ring-handler clinic-web.server/app ...} in project.clj, and it somewhat works, except that the root url is being handled by something I don't recognize

shader 2017-05-22T20:27:55.111805Z

apparently it's serving an index.html file from a package I pulled in as a dependency