{ "$schema": "https://openapi.vercel.sh/vercel.json", "git": { "deploymentEnabled": { "main": true } }, "github": { "silent": false, "autoJobCancelation": true }, "crons": [ { "path": "/api/sync/changes", "schedule": "*/2 * * * *" }, { "path": "/api/sync/keyword", "schedule": "*/15 * * * *" }, { "path": "/api/sync/metrics", "schedule": "0 * * * *" } ] }