deno run --env-file=.env1 --env-file=.env2 program.tsdeno run --env-file=.env1 --env-file=.env2 program.ts I expect to see "foobar" as the outputbarbar, which means ${FOO}${FOO} was clearly interpolated, but the value was missing. So this leads me to believe that the variables from previous env files are not available in subsequent env files.Join the Discord to continue the conversation