alot of progress

This commit is contained in:
2025-10-29 18:49:52 -07:00
parent 989561deef
commit 11ad1d9652
4 changed files with 493 additions and 321 deletions

View File

@@ -1,7 +1,15 @@
name = "mis-interpreter"
workers_dev = true
compatibility_date = "2025-10-27"
main = "build/worker/shim.mjs"
compatibility_date = "2024-11-06"
[build]
command = "cargo install -q worker-build && worker-build --release" # required
command = "cargo install -q worker-build && worker-build --release"
[durable_objects]
bindings = [
{ name = "ROOM", class_name = "Room" }
]
[[migrations]]
tag = "v1"
new_classes = ["Room"]