avajs/ava

npx ava -r dotenv-flow/config not working

sombriks opened this issue · 0 comments

Hello! I want to load environment-specific variables with the help of a dotenv library.

My current workflow with other libraries is to use the '-r ' argument so node car preload the library for me so it populates my environment variables for me in a transparent way.