echos-ocr/src/instrumentation.ts

6 lines
237 B
TypeScript
Raw Normal View History

export async function register() {
// Background watchers (email + FTP) are now handled by Vercel Cron Jobs
// that call /api/email-watch/poll and /api/ftp-watch/poll every 2 minutes.
// No persistent processes to start on boot.
}