I'm trying to figure out how to pass an environment variable (I'm using weavejester's environ) to a build started using figwheel.main.api/start — and despite a significant amount of head scratching, can't seem to get to a solution. Any hints?
Where are you trying to use the environment variable?
In a macro — I ask environ.core/env for a value and use that at compile time.
It seems that the build environment stared with start does not see that value.