figwheel-main

jrychter 2023-06-13T10:24:40.507149Z

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?

dominicm 2023-06-13T10:31:15.058599Z

Where are you trying to use the environment variable?

jrychter 2023-06-13T10:36:23.966909Z

In a macro — I ask environ.core/env for a value and use that at compile time.

jrychter 2023-06-13T10:37:03.296539Z

It seems that the build environment stared with start does not see that value.