denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.54k stars 648 forks source link

refactor: use `--env` CLI arg #2204

Closed iuioiua closed 10 months ago

iuioiua commented 10 months ago

This change replaces the use of the Standard Library's dotenv.load() with the native --env CLI flag.

The benefits include: