alot of progress
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user