How would I pass environment variables to my node application?
I see how you can pass key value pairs into the config:
https://github.com/coldbrewcloud/coldbrew-cli/wiki/Configuration-File#env
But this means you are committing sensitive data to the root of your repo. Is there a way to pull from a .env file outside of the root?