Andrew Nichols
Andrew Nichols
Same, I don't believe the `-f` flag works at all. Doesn't seem to matter how I do it. In my case, I'm in a monorepo and running my startup command...
This is why (at least in my case): ```js { envFile: { filePath: '/a/path/.env.js', fallback: undefined }, rc: { environments: [ 'default', 'local' ], filePath: undefined }, verbose: false }...
Ah, there's a separate option for this: `-r, --rc-file [path]`. With all due respect, I think that's a confusing implementation. It should just always use the `-f` flag. I can't...
Thanks @toddbluhm. No need to apologize. Life gets busy, and there are many things more important than open source software.