Closed farhanW3 closed 3 months ago
This PR updates the path to the Prisma schema file based on the environment (development or production).
./dist/prisma/schema.prisma
./src/prisma/schema.prisma
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
PR-Codex overview
This PR updates the path to the Prisma schema file based on the environment (development or production).
Detailed summary
./dist/prisma/schema.prisma
for production environment../src/prisma/schema.prisma
for development environment.