Load multiple env files in the correct order (
9cab294)
Deno now processes env files in the order they were provided instead of reversing them first. This matches dotenvy's precedence rules, so later env files can correctly override earlier ones.
