Shumiland/src
Vadym Samoilenko 66f9a0d645
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions
fix(build): remove .js extensions from payload.config imports + fix TS errors
payload.config.ts used explicit .js extensions on local imports which Turbopack
and webpack cannot resolve to .ts files without extensionAliases config. Revert
to extension-less imports (original pattern from first Payload commit) that both
bundlers handle natively.

Also fix two TypeScript strict-mode errors:
- seed/route.ts: doc.id (number) cast to string via String() instead of `as string`
- getHomeData.ts: Payload HomePage vs HomePageGlobal cast via `as unknown as`

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 18:34:38 +01:00
..
access feat: complete backend B1-B7 — Payload CMS, ezy payments, leads, deploy 2026-05-09 19:14:54 +01:00
app fix(build): remove .js extensions from payload.config imports + fix TS errors 2026-05-15 18:34:38 +01:00
blocks feat: complete backend B1-B7 — Payload CMS, ezy payments, leads, deploy 2026-05-09 19:14:54 +01:00
collections feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00
components feat(cms): add Live Preview RefreshRouteOnSave to key pages 2026-05-15 16:55:41 +01:00
context feat(cms): upgrade Payload 3.33→3.84, add SEO plugin, connect hardcoded pages to CMS 2026-05-13 16:36:18 +01:00
emails feat: complete backend B1-B7 — Payload CMS, ezy payments, leads, deploy 2026-05-09 19:14:54 +01:00
globals feat(cms): admin UX — groups, timezone, title suffix 2026-05-15 16:58:47 +01:00
hooks fix: TS non-null assertion in seed + formatting cleanup across components 2026-05-11 13:40:23 +01:00
lib fix(build): remove .js extensions from payload.config imports + fix TS errors 2026-05-15 18:34:38 +01:00
types feat(cms): dynamic locations routing + missing page globals 2026-05-15 16:50:24 +01:00
instrumentation.ts feat: implement full frontend — all sections, components, Figma Code Connect 2026-05-10 16:40:56 +01:00
middleware.ts feat(cms): add redirects plugin + middleware for 301/302 handling 2026-05-15 16:56:30 +01:00
seed.ts fix(build): remove .js extensions from payload.config imports + fix TS errors 2026-05-15 18:34:38 +01:00