This repository has no description
0

Configure Feed

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

core / web / wrangler.dev.jsonc
815 B 35 lines
1{ 2 "$schema": "node_modules/wrangler/config-schema.json", 3 "name": "svfe-dev", 4 "main": ".svelte-kit/cloudflare/_worker.js", 5 "workers_dev": false, 6 "compatibility_date": "2026-07-30", 7 "compatibility_flags": ["nodejs_compat"], 8 "observability": { 9 "enabled": true 10 }, 11 "assets": { 12 "binding": "ASSETS", 13 "directory": ".svelte-kit/cloudflare", 14 "run_worker_first": ["/oauth-client-metadata.json"] 15 }, 16 "services": [ 17 { 18 "binding": "BOBBIN", 19 "service": "bobbin-svfe-dev" 20 } 21 ], 22 "routes": [ 23 { 24 "pattern": "next.tangled.org", 25 "custom_domain": true 26 } 27 ], 28 "vars": { 29 "BOBBIN_URL": "https://next.tangled.org", 30 "KNOTMIRROR_URL": "https://mirror.tangled.network", 31 "TANGLED_API_URL": "https://tangled.org", 32 "CAMO_URL": "https://camo.tangled.sh", 33 "AVATAR_URL": "https://avatar.tangled.sh" 34 } 35}