You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@willspecht Did you ever get anywhere with this? I'm having the same issue with the latest compojure-api (2.0.0-alpha27), but in a project without Figwheel.
@willspecht Did you ever get anywhere with this? I'm having the same issue with the latest compojure-api (2.0.0-alpha27), but in a project without Figwheel.
I’m trying to add swagger docs to my endpoints in a project using figwheel. When I run figwheel from the command line
lein figwheel dev
it works . But, if I use figwheel in the cursive repl as documented here: https://github.com/bhauman/lein-figwheel/wiki/Running-figwheel-in-a-Cursive-Clojure-REPLI get this error
So the issue seems to be that
lein figwheel dev
is usinglein-figwheel plugin
vsstart-figwheel!
is usingfigwheel-sidecar
Sorry I didn't know a better title.
The text was updated successfully, but these errors were encountered: