my wrangler.toml should look like this? ```toml [[durable_objects.bindings]] name = "DUMMY_OBJECT"

my wrangler.toml should look like this?

[[durable_objects.bindings]]
name = "DUMMY_OBJECT"
class_name = "DummyDurableObject"

[[migrations]]
tag = "v1"
new_classes = ["MyDurableObject"]
Was this page helpful?