Hi, We have a problem with Mount and clojure.spec. We want to fetch some data from a file in a defstate, and then use it in the spec validation. Unfortunately the specs for reitit are generated before defstate
s are run. Is there a way around this?
you could declare your reitit routes in a defstate as well, then they would be loaded by mount