@@ -6,8 +6,8 @@ if [ -f .env.template ]; then
source .env.template
fi
if [ -f .env.local ]; then
source .env.local
if [ -f .env ]; then
source .env
# Avoid overwriting env vars provided directly
The note is not visible to the blocked user.