{
  "name": "<WORKER_NAME>",
  "main": "src/index.ts",
  "compatibility_date": "<COMPATIBILITY_DATE>",
  "observability": {
    "enabled": true
  },
  "triggers": {
    "crons": [
      "* * * * *"
    ]
  }
}
