Comment by InsideOutSanta
3 days ago
I'd expect it to be smart about what it actually needs to put in its context. I doubt it needs .env files, for example.
3 days ago
I'd expect it to be smart about what it actually needs to put in its context. I doubt it needs .env files, for example.
Wouldn't .env need to be read to know what vars are available?
.env files define what's stored in a var, not what vars are used by the rest of the code.