mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 22:04:10 +00:00
- 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>
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"crons": [
|
|
{
|
|
"path": "/api/cron/youtube-sync",
|
|
"schedule": "*/15 * * * *"
|
|
}
|
|
]
|
|
}
|