Replies: 1 comment
-
Until this is implemented, it can be emulated like this: #!/usr/bin/env sh
#MISE env={SOURCE_FILE = "{{config_root}}/.env"}
source $SOURCE_FILE
echo "NODE ENV: $NODE_ENV" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This doesn't work:
But it would be fantastic if it did! 🙂
Or some other way to dynamically load vars so my various .env files can be shared with tasks.
Importantly, I need different tasks to load different .env files within a monorepo.
Beta Was this translation helpful? Give feedback.
All reactions