hi, does anyone know if it is possible to read from environment variables inside a figwheel config edn (and branch on it) ?
i need a different value for a goog.define when running on GitHub Actions
(lein and shadow-cljs both support this)
but can't find anything for figwheel-main
@johanatan I’d need to know more
Never mind then. I found another workaround
but I’m still curious
are you running a command line action?
because you can merge in extra cljs.edn files on the command line