draw things doodl.waow.tech
draw atproto
0

Configure Feed

Select the types of activity you want to include in your feed.

doodl / bot / wrangler.jsonc
506 B 17 lines
1{ 2 "name": "doodl-bot", 3 "main": "bot.js", 4 "compatibility_date": "2026-05-01", 5 "account_id": "3e9ba01cd687b3c4d29033908177072e", 6 "workers_dev": true, 7 "triggers": { "crons": [] }, 8 "durable_objects": { 9 "bindings": [{ "name": "SUB", "class_name": "Sub2" }] 10 }, 11 "migrations": [ 12 { "tag": "v1", "new_sqlite_classes": ["Subscriber"] }, 13 { "tag": "v2", "deleted_classes": ["Subscriber"] }, 14 { "tag": "v3", "new_sqlite_classes": ["Sub2"] } 15 ], 16 "observability": { "enabled": true } 17}