for those using boot, how do i set something in the environment to tell my app that i'm running in dev vs prod?
like i want to add something like (set-env :running-in-dev) to the dev task
it would have to make it into the environment of the pandeiro.boot-http/serve task
(with-pass-thru fileset (set-sys-env! "boot.task" "dev"))