Skip to content

Commit c2850a0

Browse files
committed
chore(analytics): add to wrangler
1 parent 6357fa9 commit c2850a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/hub/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,8 @@ kv_namespaces = [
7979
]
8080
r2_buckets = [
8181
{ binding = "BLOB", bucket_name = "default" },
82-
]`
82+
]
83+
analytics_engine_datasets = [
84+
{ binding = "ANALYTICS", dataset = "default" }
85+
]
86+
`

0 commit comments

Comments
 (0)