workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

Rename Durable Object `script_name` to `service`?

Open GregBrimble opened this issue 3 years ago • 0 comments

This would make it consistent with the service bindings.

[durable_objects]
  bindings = [
    { name = "TEST_OBJECT", class_name = "", script_name = "", environment = "" }
  ]

services = [
  { binding = "TEST_BINDING", service = "", environment = "" }
]

GregBrimble avatar Aug 01 '22 13:08 GregBrimble