Monorepo for Tangled
0
fork

Configure Feed

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

at master 23 lines 439 B view raw
1name = "tangled-jobs" 2main = "src/index.ts" 3compatibility_date = "2026-04-28" 4 5[[rules]] 6type = "Text" 7globs = ["**/*.md"] 8 9[vars] 10LINEAR_TEAM_ID = "4be92e1b-1c19-4d37-ab9f-38c7484a00af" 11 12# Set secrets via: wrangler secret put LINEAR_API_KEY 13# LINEAR_API_KEY = "lin_api_..." 14 15[[routes]] 16pattern = "jobs.tangled.org" 17zone_name = "tangled.org" 18custom_domain = true 19 20[observability] 21[observability.logs] 22enabled = true 23invocation_logs = true