name = "mis-interpreter" main = "build/worker/shim.mjs" compatibility_date = "2024-11-06" [build] command = "cargo install -q worker-build && worker-build --release" [durable_objects] bindings = [ { name = "ROOM", class_name = "Room" } ] [[migrations]] tag = "v1" new_classes = ["Room"]