Update wrangler.toml

This commit is contained in:
2025-09-09 00:15:48 -07:00
committed by GitHub
parent b78f88ba17
commit 8da5b4a60a

View File

@@ -1,19 +1,19 @@
# For more details on how to configure Wrangler, refer to:
# https://developers.cloudflare.com/workers/wrangler/configuration/
name = "orp"
name = "apip"
main = "index.js"
compatibility_date = "2025-08-24"
# Durable Objects
[[migrations]]
tag = "v1"
new_sqlite_classes = ["MyDurableObject"]
# [[migrations]]
# tag = "v1"
# new_sqlite_classes = ["MyDurableObject"]
[durable_objects]
bindings = [
{ name = "MY_DURABLE_OBJECT", class_name = "MyDurableObject" }
]
# [durable_objects]
# bindings = [
# { name = "MY_DURABLE_OBJECT", class_name = "MyDurableObject" }
# ]
[observability]
enabled = true