Axil_Accountants/src
Vadym Samoilenko 7b6cfaa5c2
Some checks failed
Deploy to production / SSH deploy to VPS (push) Has been cancelled
fix: wrap generateStaticParams in try/catch to survive build without DB
During Docker build the `db` host doesn't exist in the build network,
so any attempt to query Postgres in generateStaticParams fails. With the
try/catch, blog pages fall back to [] (rendered on demand) and service
pages fall back to hardcoded SERVICES_FALLBACK slugs so static pages
are still pre-generated even without a live DB.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 22:01:00 +00:00
..
app fix: wrap generateStaticParams in try/catch to survive build without DB 2026-02-23 22:01:00 +00:00
components feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00
hooks feat: project setup & repository (Feature 1) 2026-02-21 22:43:53 +00:00
lib feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00
migrations feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00
payload feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00
scripts fix: use minimal Payload config in migrator to prevent OOM SIGKILL 2026-02-23 21:46:29 +00:00
types feat: project setup & repository (Feature 1) 2026-02-21 22:43:53 +00:00
instrumentation.ts fix: run DB migrations via migrator service, not standalone app 2026-02-23 21:31:52 +00:00
payload-types.ts feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00
payload.config.ts feat: full CMS integration — connect all content to Payload admin panel 2026-02-23 21:19:44 +00:00