Fork me on GitHub
#lein-figwheel
<
2021-09-18
>
bibiki15:09:00

hi, I have this question about figwheel and lein. My application is a luminus based one. when I run lein figwheel, the registration of backend routes never runs. as a result, even host/ returns 404. when I execute lein run, everything works fine but I get no hot reloading. I'd like to be able to keep both backend and frontend code inside the same code base and get hot reloading for both. is this possible, and if yes, can you show me how?