cms.c2sgmbh/vercel.json
Martin Porwoll 797f1a9100 docs: Phase 2.2 Abschlussbericht und Cron-Konfiguration
- Abschlussbericht für Konzept-KI erstellt
- vercel.json mit 15-Minuten Cron-Schedule hinzugefügt
- CRON_SECRET in .env konfiguriert (nicht committed)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 17:01:10 +00:00

9 lines
160 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"crons": [
{
"path": "/api/cron/youtube-sync",
"schedule": "*/15 * * * *"
}
]
}