denoland / fresh

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

Revert "refactor: use `--env` CLI arg" #2212

Closed marvinhagemeister closed 10 months ago

marvinhagemeister commented 10 months ago

Reverts denoland/fresh#2204

The --env flag cannot be used by default because it fails when no .env file is present. Therefore this PR accidentally introduced a breaking change.