- Add placeholder service role key to frontend CI workflow build step
- Add build ARGs to Dockerfile for Supabase env vars
- Fixes: Next.js page data collection crash during build
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add src/types/billing.ts with Payment, Coupon, CreditTransaction, Invoice types
- Cast all Supabase query results through 'unknown' for untyped billing tables
- All routes now build cleanly with strict TypeScript checking
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>