next dev use .env.development and next build use .env or .env.production..env.development, Prisma always use .env, and tries to connect prod database.P1013 when I try to run migrate:dev script. How can I solve this?.env -> .env.production.dotenv-cli and dotenv that said on Prisma docs.