Files
mis-interpreter/wrangler.toml
2025-10-29 18:49:52 -07:00

16 lines
294 B
TOML

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"]