This repository has no description
0

Configure Feed

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

nanopub / wrangler.jsonc
494 B 25 lines
1{ 2 "name": "nanopub-appview", 3 "main": "src/worker.ts", 4 "compatibility_date": "2025-12-25", 5 "compatibility_flags": ["nodejs_compat"], 6 "observability": { 7 "enabled": true 8 }, 9 "d1_databases": [ 10 { 11 "binding": "DB", 12 "database_name": "nanopub-appview", 13 "database_id": "d959d07b-83f5-4056-9286-3aeb9f104547" 14 } 15 ], 16 "triggers": { 17 "crons": ["0 * * * *"] 18 }, 19 "routes": [ 20 { 21 "pattern": "nanopub.latha.org", 22 "custom_domain": true 23 } 24 ] 25}