claude 93f7061c53 fix: resolve build failures
- Fix TypeScript type error in deleteInvoice server action (returned
  {message: string} instead of void, incompatible with form action type)
- Add export const dynamic = "force-dynamic" to dashboard pages that
  make DB calls at build time (/dashboard, /dashboard/invoices,
  /dashboard/invoices/create) to prevent failed static prerendering
- Fix import order in customers/page.tsx (export before import was invalid)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-12 14:52:47 +00:00
2026-05-12 14:52:47 +00:00
2026-04-27 13:36:42 +03:00
2026-05-12 17:35:38 +03:00
2026-05-12 17:35:38 +03:00
2026-05-12 17:35:38 +03:00
2026-05-12 17:35:38 +03:00
2026-05-11 20:40:21 +03:00
2026-05-12 17:35:38 +03:00
2026-05-12 17:35:38 +03:00
2026-05-12 17:35:38 +03:00
2026-04-27 13:36:42 +03:00
2026-05-12 17:35:38 +03:00
2026-05-12 17:35:38 +03:00

Next.js App Router Course - Starter

This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

For more information, see the course curriculum on the Next.js Website.

S
Description
No description provided
Readme 124 MiB
Languages
TypeScript 94.6%
JavaScript 4.8%
CSS 0.6%