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
876 B 38 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 "placement": { 9 "region": "aws:eu-central-1" 10 }, 11 "observability": { 12 "enabled": true 13 }, 14 "assets": { 15 "binding": "ASSETS", 16 "directory": ".svelte-kit/cloudflare", 17 "run_worker_first": ["/oauth-client-metadata.json"] 18 }, 19 "services": [ 20 { 21 "binding": "BOBBIN", 22 "service": "bobbin-svfe-dev" 23 } 24 ], 25 "routes": [ 26 { 27 "pattern": "next.tangled.org", 28 "custom_domain": true 29 } 30 ], 31 "vars": { 32 "BOBBIN_URL": "https://next.tangled.org", 33 "KNOTMIRROR_URL": "https://mirror.tangled.network", 34 "TANGLED_API_URL": "https://tangled.org", 35 "CAMO_URL": "https://camo-dev.tangled.org", 36 "AVATAR_URL": "https://avatar-dev.tangled.org" 37 } 38}