import * as dotenv from 'dotenv'; dotenv.config({ path: [ '/.env.global', '/app/.env' ] })