db:deploy. It always errors saying DATABASE_URL was not found if the DATABASE_URL is not present on a .env file.echo $DATABASE_URL it returns postgres://pos... (the correct DATABASE_URL).DATABASE_URL is present on a .env file. It works correctly."db:deploy": "prisma migrate deploy --schema ./prisma/schema"