From 8da5b4a60a9c7791bb69465c775179bcd06ab03b Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Tue, 9 Sep 2025 00:15:48 -0700 Subject: [PATCH] Update wrangler.toml --- wrangler.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index a398e4b..b7e207f 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -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