Files
webshop/shop/vercel.json
DanielS d5593900fb
All checks were successful
Staging Build / build (push) Successful in 2m57s
feat(cron): add automated sync endpoint and vercel cron configuration for partners
2026-07-15 00:30:13 +02:00

9 lines
107 B
JSON

{
"crons": [
{
"path": "/api/cron/sync-companies",
"schedule": "0 */6 * * *"
}
]
}