import dotenvFlow from 'dotenv-flow'; import dotenvExpand from 'dotenv-expand'; const env = dotenvFlow.config(); dotenvExpand.expand(env);