mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 00:26:31 -06:00
Just a commit point while I'm testing stuff. Already decided at this point to simplify and revert away from PayloadCMS.
6 lines
192 B
TypeScript
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";
|