Skip to content

Commit 85171bd

Browse files
committed
update wrangler config
1 parent 4f0db2d commit 85171bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wrangler.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
name = "sargraph-worker"
22
compatibility_date = "2025-05-28"
3-
assets = { directory = "./build"}
3+
assets = { directory = "./build"}
4+
routes = [ {pattern = "sargraph.xyz", custom_domain = true}]
5+
6+
[observability.logs]
7+
enabled = true

0 commit comments

Comments
 (0)