mirror of
https://github.com/deployflare/APIP.git
synced 2026-01-13 16:18:01 +00:00
Update wrangler.toml
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
# For more details on how to configure Wrangler, refer to:
|
# For more details on how to configure Wrangler, refer to:
|
||||||
# https://developers.cloudflare.com/workers/wrangler/configuration/
|
# https://developers.cloudflare.com/workers/wrangler/configuration/
|
||||||
|
|
||||||
name = "orp"
|
name = "apip"
|
||||||
main = "index.js"
|
main = "index.js"
|
||||||
compatibility_date = "2025-08-24"
|
compatibility_date = "2025-08-24"
|
||||||
|
|
||||||
# Durable Objects
|
# Durable Objects
|
||||||
[[migrations]]
|
# [[migrations]]
|
||||||
tag = "v1"
|
# tag = "v1"
|
||||||
new_sqlite_classes = ["MyDurableObject"]
|
# new_sqlite_classes = ["MyDurableObject"]
|
||||||
|
|
||||||
[durable_objects]
|
# [durable_objects]
|
||||||
bindings = [
|
# bindings = [
|
||||||
{ name = "MY_DURABLE_OBJECT", class_name = "MyDurableObject" }
|
# { name = "MY_DURABLE_OBJECT", class_name = "MyDurableObject" }
|
||||||
]
|
# ]
|
||||||
|
|
||||||
[observability]
|
[observability]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|||||||
Reference in New Issue
Block a user