/** * For more details on how to configure Wrangler, refer to: * https://developers.cloudflare.com/workers/wrangler/configuration/ */ { "$schema": "node_modules/wrangler/config-schema.json", "name": "b", "main": "src/index.ts", "compatibility_date": "2026-01-01", "compatibility_flags": ["nodejs_als"], "observability": { "enabled": true, }, }