Commit Graph

3 Commits

Author SHA1 Message Date
Julio Ruiz 57c5594963 Change PM2 app port to 3001
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-13 21:04:44 -05:00
Julio Ruiz d9d156d0a8 Add PM2 ecosystem config for server deployment
Runs `next start` under PM2 (fork mode, autorestart, 1G memory cap).
Config is .cjs because the package is ESM.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-13 21:02:01 -05:00
Julio Ruiz e1bd3c7949 Initial commit: Payload CMS ministerial database
Payload CMS 3 + Next.js app with a Spanish frontend.

- Pastors collection (name, church, location, phones[], Telegram, letter upload)
- PastorLetters upload collection restricted to PDF/Word
- CSV importer (pnpm import:pastors) loading data/pastores_unificado.csv
- Frontend home page: daisyUI pastors data table with search, pagination,
  and create/edit/upload-letter modals (all in Spanish)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-13 20:55:10 -05:00