summaryrefslogtreecommitdiff
path: root/payload-types.ts
AgeCommit message (Collapse)Author
7 daystypes: fix missing newline at end of fileBertrand Yuan
Ensure proper formatting by adding a newline at the end of the payload-types.ts file. This change adheres to coding standards and improves compatibility with various tools. Signed-off-by: Bertrand Yuan <github@bertyuan.com>
2026-03-17a line break missingBertrand Yuan
There is a missing line break at the end of the file. Signed-off-by: Bertrand Yuan <me@bertyuan.com>
2025-12-16feat(back-end): introduce payloadBertrand Yuan
Payload is the next.js Headless CMS and App Framework, I would like to pick it up and modify it as it is MIT licensed. Many features in Payload is not applicable for our project. So, I modify it so that it is light and clear.