Fork me on GitHub
#pedestal
<
2017-08-23
>
pwrflx12:08:05

hi! anyone has an example of using figwheel together with pedestal? My specific problem is, that in the project.clj there is the key :ring-handler, which I'm not sure how to set up in case of pedestal.. I guess somehow it should be wired to the router, similar in case of ring/compojure

thegeez18:08:18

@pwrflx I use figwheel with pedestal, but I don't run lein figwheel. I run cljs-repl and cljs-start in the repl to start figwheel. And with (go) / (reset) etc I start pedestal with a component system: https://github.com/thegeez/clj-board/blob/master/dev/clj/user.clj