if [ -f .env ]; then export $(grep -v '^#' .env | xargs) fi echo "DATABASE_URL: $DATABASE_URL" node scripts/migrate.js