Vercel starter module
Verify route
Checks environment values, protected routes, cron authorization, and deployed service health.
- Files
- 1
- Lines
- 113
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/verify/route.ts
Reports environment, identity, message, and cron-catalog readiness.
TypeScript
113 lines
Questions about verify route
Does it handle Vercel preview and production environments?
Yes. It validates required values in each environment and keep preview settings from accidentally reaching production customers.