Files
xevion.dev/packages/db/src/index.ts
Xevion af81d8e048 refactor: large refactor around monorepo
Just a commit point while I'm testing stuff. Already decided at this
point to simplify and revert away from PayloadCMS.
2026-01-04 13:18:34 -06:00

6 lines
192 B
TypeScript

// Export the schema generated by PayloadCMS
export * from "./schema";
// Export custom relations that extend Payload's auto-generated schema
export { projectsRelations } from "./relations";