this repo has no description
fork

Configure Feed

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

at adapters-api 18 lines 405 B view raw
1{ 2 "$schema": "node_modules/wrangler/config-schema.json", 3 "main": ".open-next/worker.js", 4 "name": "api", 5 "compatibility_date": "2024-12-30", 6 "compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"], 7 "assets": { 8 "directory": ".open-next/assets", 9 "binding": "ASSETS" 10 }, 11 "d1_databases": [ 12 { 13 "binding": "DB", 14 "database_name": "db", 15 "database_id": "<BINDING_ID>" 16 } 17 ] 18}