On Prisma 7, running prisma migrate dev fails with "Error: The datasource property is required in your Prisma config file when using prisma migrate dev", even though prisma.config.ts exists with a datasource url. The reporter had the config file inside the prisma/ folder instead of the project root. Prisma 7 moved the database URL from schema.prisma to prisma.config.ts and only looks for that file in the project root by default.