how do I do an advanced compilation without starting a server ? I want it to compile and stop
I believe https://www.youtube.com/watch?v=LapxpvYf1fo&t=16s might provide some insight?
And from the docs: https://figwheel.org/docs/advanced_compile.html
for anyone searching the answer is to use the -bo or --build-once option
:main-opts ["-m" "figwheel.main" "-bo" "adv"]
in your advanced build alias then clj -M:adv-build