Closed HasithDeAlwis closed 2 months ago
Name | Link |
---|---|
Latest commit | 56048cbc3603ec2c6a6bbf75e64de216c3526221 |
Latest deploy log | https://app.netlify.com/sites/hasith/deploys/66eeba254ab0cb0008d2bade |
This pull request sets up the initial structure for a Payload CMS server to manage content for a personal portfolio. It includes the server configuration, Payload configuration, and boilerplate collections.
Change | Details | Files |
---|---|---|
Set up the main server file for Payload CMS |
|
apps/payload/src/server.ts |
Configure Payload CMS |
|
apps/payload/src/payload.config.ts |
Create boilerplate collections for Payload CMS |
|
apps/payload/src/collections/skills/currently-learning.ts apps/payload/src/collections/user/user.ts |
Set up TypeScript configuration for the Payload CMS app |
|
apps/payload/tsconfig.json |
Configure Nodemon for development |
|
apps/payload/nodemon.json |
🛠 Changes being made
✨ What's the context?
📸 Screenshots - If Applicable
Summary by Sourcery
Set up a new CMS server using Payload CMS, including server initialization, configuration, and initial boilerplate collections for content management.
New Features:
Enhancements:
Build: