fix underscore

This commit is contained in:
Jeff Emmett 2024-11-27 11:23:46 +07:00
parent b2656c911b
commit eab574e130
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ upstream_protocol = "https"
[durable_objects] [durable_objects]
bindings = [ bindings = [
{ name = "TLDRAW_DURABLE_OBJECT", class_name = "jeffemmett-canvas_TldrawDurableObject" }, { name = "TLDRAW_DURABLE_OBJECT", class_name = "jeffemmett_canvas_TldrawDurableObject" },
] ]
[[migrations]] [[migrations]]
tag = "v1" tag = "v1"
new_classes = ["jeffemmett-canvas_TldrawDurableObject"] new_classes = ["jeffemmett_canvas_TldrawDurableObject"]
[[r2_buckets]] [[r2_buckets]]
binding = 'TLDRAW_BUCKET' binding = 'TLDRAW_BUCKET'