fix underscore
This commit is contained in:
parent
b2656c911b
commit
eab574e130
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue