name = "scrobble-worker"
main = "./index.js"  # Add this line to specify the entry point
compatibility_date = "2023-01-01"

account_id = "${CF_ACCOUNT_ID}"
workers_dev = true

[observability]
enabled = true

[env.production]
name = "scrobble-worker-production"
routes = [
  { pattern = "coryd.dev/api/scrobble*", zone_id = "${CF_ZONE_ID}" }
]