Is there a way to setup lein with-profile +cljs-dev figwheel
from within my project file? I am trying to use core.matrix from clojurescript, following the instructions, but am running figwheel from within CIDER…Thanks for any advice..
@kingcode one possibility may be to put an :aliases entry in your project that has that value under key “figwheel”
I haven’t tried that before I don’t think but could work
Thank you @mikerod