{
  "$schema": "../../capability.schema.json",
  "name": "jobs",
  "kind": "module",
  "description": "Background jobs on Inngest, used directly. Durable multi-step functions, typed events, cron and fan-out stay available because nothing is hidden behind a port.",
  "provider": "inngest",
  "deps": ["inngest"],
  "env": ["INNGEST_EVENT_KEY", "INNGEST_SIGNING_KEY"],
  "files": ["src/serve.ts", "src/index.ts"]
}
