{ "$schema": "node_modules/wrangler/config-schema.json", "name": "wechatexplorer-share-card", "main": "src/index.js", "compatibility_date": "2026-07-23", "routes": [ { "pattern": "share.example.com", "custom_domain": true } ], "r2_buckets": [ { "binding": "REPORTS", "bucket_name": "wechatexplorer-share-reports" } ], "triggers": { "crons": ["17 3 * * *"] }, "vars": { "PUBLIC_ORIGIN": "https://share.example.com", "DEFAULT_EXPIRY_DAYS": "7" } }