Deployment & Ops
Platform:
- Vercel; CRON jobs defined in
vercel.json - Edge vs Node runtimes configured via Next instrumentation
Observability:
- Sentry (
@sentry/nextjs), configs insentry.*.config.js - Axiom (
next-axiom)
Security headers:
- Set in
next.config.js
Build flags:
- Bundle analyzer (
ANALYZE=true)
Background jobs:
- QStash/cron endpoints under
pages/api/public/cron/*and job queues underpages/api/jobs/*