This repository has no description
0

Configure Feed

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

core / camo / wrangler.dev.jsonc
355 B 19 lines
1/** 2 * Development worker for the sv-fe preview. 3 */ 4{ 5 "$schema": "node_modules/wrangler/config-schema.json", 6 "name": "camo-svfe-dev", 7 "main": "src/index.js", 8 "compatibility_date": "2025-04-30", 9 "observability": { 10 "enabled": true, 11 }, 12 13 "routes": [ 14 { 15 "pattern": "camo-dev.tangled.org", 16 "custom_domain": true, 17 }, 18 ], 19}