{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "crons": [
    {
      "path": "/api/cron/run-prompts",
      "schedule": "0 * * * *"
    },
    {
      "path": "/api/cron/prune-rate-limits",
      "schedule": "30 3 * * *"
    }
  ]
}
