After v1.0.0, Prisma still warns that package.json#prisma is deprecated and will be removed in Prisma 7.\n\nScope:\n- Move the seed configuration to a supported Prisma config file.\n- Keep all existing generators working: Kysely, Prisma Client, JSON types, Zod types.\n- Verify npm run prisma:generate, npm run build, and the release gate subset still pass.\n\nContext:\nAn earlier quick migration attempt before v1.0.0 was intentionally not shipped because generator output changed unexpectedly. Treat this as a careful post-release maintenance task, not a hotfix.
After v1.0.0, Prisma still warns that
package.json#prismais deprecated and will be removed in Prisma 7.\n\nScope:\n- Move the seed configuration to a supported Prisma config file.\n- Keep all existing generators working: Kysely, Prisma Client, JSON types, Zod types.\n- Verifynpm run prisma:generate,npm run build, and the release gate subset still pass.\n\nContext:\nAn earlier quick migration attempt before v1.0.0 was intentionally not shipped because generator output changed unexpectedly. Treat this as a careful post-release maintenance task, not a hotfix.