This repository has no description
0

Configure Feed

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

stigmergic / wrangler.jsonc
506 B 27 lines
1{ 2 "name": "stigmergic", 3 "main": "src/worker.ts", 4 "compatibility_date": "2026-05-12", 5 "compatibility_flags": ["nodejs_compat"], 6 7 // D1 for Contrail indexing 8 "d1_databases": [ 9 { 10 "binding": "DB", 11 "database_name": "stigmergic", 12 "database_id": "ed893bdb-b8ba-4d15-a9d6-29f5e7c7916f" 13 } 14 ], 15 16 "triggers": { 17 "crons": ["*/1 * * * *"] 18 }, 19 20 "routes": [ 21 { "pattern": "stigmergic.latha.org", "custom_domain": true } 22 ], 23 24 "assets": { 25 "directory": "public" 26 } 27}