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
I have a large project that mostly loads with figwheel and the jetty server it loads. We have one specific server side function that requires me to load the server separately for testing. It would be nice to be able to disable jetty from the command line without modifying our figwheel-main.edn file.
Something like: clojure -m figwheel.main -b compile-dev -j or clojure -A:figwheel -j where -j disables jetty
I have a large project that mostly loads with figwheel and the jetty server it loads. We have one specific server side function that requires me to load the server separately for testing. It would be nice to be able to disable jetty from the command line without modifying our figwheel-main.edn file.
Something like:
clojure -m figwheel.main -b compile-dev -j
orclojure -A:figwheel -j
where -j disables jettyWe are using figwheel like
My edn file looks like
The text was updated successfully, but these errors were encountered: