This repository has no description
0

Configure Feed

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

papers / wrangler.jsonc
538 B 28 lines
1{ 2 "name": "papers-appview", 3 "main": "src/worker.ts", 4 "compatibility_date": "2025-12-25", 5 "compatibility_flags": ["nodejs_compat"], 6 "observability": { 7 "enabled": true 8 }, 9 "assets": { 10 "directory": "public" 11 }, 12 "d1_databases": [ 13 { 14 "binding": "DB", 15 "database_name": "papers-appview", 16 "database_id": "5cefa152-8b9d-41c2-ba36-3af71032283d" 17 } 18 ], 19 "triggers": { 20 "crons": ["*/5 * * * *"] 21 }, 22 "routes": [ 23 { 24 "pattern": "papers.latha.org", 25 "custom_domain": true 26 } 27 ] 28}