Skip to content

[Backend] backend/prisma.config.ts is not referenced in any onboarding doc, so new contributors don't know it exists or why it's separate from schema.prisma #1095

Description

@grantfox-oss

Join our community: https://t.me/+DOylgFv1jyJlNzM0

Why this matters

backend/prisma.config.ts configures the Prisma CLI (e.g. seed command, schema path) separately from backend/prisma/schema.prisma. Newer Prisma versions moved some config here, but nothing in backend/README.md or docs/DEVELOPMENT.md mentions this file, so a contributor debugging a prisma generate/migrate quirk has no pointer to check it.

Acceptance criteria

  • Add a short section to backend/README.md explaining what prisma.config.ts controls and why it exists alongside schema.prisma
  • Link it from docs/DEVELOPMENT.md's database setup section

Files to touch

  • backend/README.md
  • docs/DEVELOPMENT.md

Out of scope

  • Changing the Prisma config itself
  • Migrating to a different config format

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26Stellar WaveIssues in the Stellar wave programbackendBackend related tasksdocsDocumentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions