frontend.zweitmeinu.ng/ecosystem.config.js
CCS Admin 1aad09cc0f feat: migrate services, FAQs, and contact info to CMS-driven data
Replace hardcoded content with Payload CMS data for:
- Services overview, listing, and detail pages (features, icons, sections)
- FAQ page with rich text rendering and Schema.org structured data
- Contact info in TopBar, EmergencyBanner, Footer, and Kontakt page
- Header mega-menu with dynamic service list

New utilities: icon-map.ts (Lucide icon mapping), RichTextRenderer.tsx
Fix: ecosystem.config.js PM2 script path for Next.js

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 01:34:20 +00:00

12 lines
247 B
JavaScript

module.exports = {
apps: [{
name: 'zweitmeinu.ng',
script: 'node_modules/next/dist/bin/next',
args: 'start',
cwd: '/home/frontend/frontend.zweitmeinu.ng',
env: {
PORT: 3002,
NODE_ENV: 'production',
},
}],
}