# direnv: load local dev env. Run `direnv allow` once after editing.
# .env.local is gitignored (copy from .env.local.example); secrets never
# committed. The DSN-from-env is the only thing that differs local↔cluster.
if [ -f .env.local ]; then
  dotenv .env.local
fi
