This reverts commit bc145f4caf.
bc145f4caf
@@ -5,8 +5,8 @@ temp_env=$(declare -p -x)
if [ -f .env.template ]; then
source .env.template
fi
if [ -f .env ]; then
source .env
if [ -f .env.local ]; then
source .env.local
# Avoid overwriting env vars provided directly
The note is not visible to the blocked user.