Is there a way to configure figwheel-main without a deps.edn *.cljs.edn file? (Only Leiningen)
i thought there was a whole section in the readme for that
Eh, I've looked twice already...
lein run -m figwheel.main
But how do I configure it in the project.clj? I tried to put keys under :figwheel
without success.
you still need the dev.edn file and prod.edn files
but that' doesn't mean deps.edn
Oh derp, I meant dev.edn.
So it can't be done only from within project.clj
then...
ah i doubt it
unless you create a lein task that creates those files from the project.clj file. but i don't see what you would gain