mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-19 17:02:59 +00:00
Next.js 15 enforces a strict allowlist of named exports from route.ts files; "inviteRequestSchema" was rejected by the route-validator with "is not a valid Route export field" during npm run build. Splitting the schema into a sibling module (which is exempt from the allowlist) and importing it from route.ts and the test. Renames the test file to match its target module. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| book-survey | ||
| due-considerations | ||
| eco-spreadsheet | ||
| energy-assessment-documents | ||
| live-tracking/property-documents | ||
| organisations | ||
| plan | ||
| portfolio | ||
| postcode | ||
| properties | ||
| property-meta/[propertyId] | ||
| search | ||
| sign-document-url | ||
| sign-s3-url | ||
| tasks | ||
| upload | ||
| user | ||