Fork me on GitHub
#figwheel
<
2020-05-15
>
johanatan18:05:06

hi, does anyone know if it is possible to read from environment variables inside a figwheel config edn (and branch on it) ?

johanatan18:05:25

i need a different value for a goog.define when running on GitHub Actions

johanatan18:05:45

(lein and shadow-cljs both support this)

johanatan18:05:52

but can't find anything for figwheel-main

bhauman20:05:01

@johanatan I’d need to know more

johanatan20:05:15

Never mind then. I found another workaround

bhauman20:05:30

but I’m still curious

bhauman20:05:48

are you running a command line action?

bhauman20:05:08

because you can merge in extra cljs.edn files on the command line