hoplon

Amatus 2023-01-04T20:43:45.973589Z

for those using boot, how do i set something in the environment to tell my app that i'm running in dev vs prod?

Amatus 2023-01-04T20:45:09.434199Z

like i want to add something like (set-env :running-in-dev) to the dev task

Amatus 2023-01-04T20:45:53.875479Z

it would have to make it into the environment of the pandeiro.boot-http/serve task

Amatus 2023-01-04T22:10:03.748059Z

(with-pass-thru fileset (set-sys-env! "boot.task" "dev"))