We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa531b3 commit 5586e2dCopy full SHA for 5586e2d
wrangler.toml.example
@@ -1,6 +1,11 @@
1
name = "r2-registry"
2
3
-workers_dev = true
+# Custom Cloudflare domain for worker:
4
+# routes = [
5
+# { pattern = "your.custom.domain", custom_domain = true }
6
+# ]
7
+
8
+workers_dev = true #set to false to disable the default Worker domain (applicable only if custom domain is used instead)
9
main = "./index.ts"
10
compatibility_date = "2024-09-09"
11
compatibility_flags = ["nodejs_compat"]
0 commit comments