@@ -0,0 +1,9 @@
#!/bin/sh
if [ -f ".env" ]; then
export $(dotenvx get --format=shell -f .env)
fi
if [ -f ".env.local" ]; then
export $(dotenvx get --format=shell -f .env.local)
The note is not visible to the blocked user.