{ "name": "ai-bills-worker", "version": "2.4.1", "compatibility_date": "2026-07-15", "main": "src/index.ts", "observability": { "enabled": true, "head_sampling_rate": 0.25 }, "d1_databases": [ { "binding": "DB", "database_name": "ai-bills-comments", "database_id": "1c1ccada-b18d-4a18-b1eb-553d31e2a17a", "migrations_dir": "migrations" } ], "vars": { "ENVIRONMENT": "production", "RATE_WINDOW_SEC": 300, "RATE_MAX": 3, "MAX_BODY_LEN": 1000, "SESSION_TTL_SEC": 28800 }, "routes": [ { "pattern": "ai-bills.com/api/*", "zone_name": "ai-bills.com" } ], "build": { "command": "npm run build", "watch_dir": "src" }, "dev": { "port": 8787, "local_protocol": "http", "upstream_protocol": "https" }, "limits": { "cpu_ms": 50 }, "placement": { "mode": "smart" }, "triggers": { "crons": ["0 0 * * *", "0 1 * * *"] }, "rules": [ { "type": "Text", "globs": ["**/*.sql"], "fallthrough": true }, { "type": "Data", "globs": ["**/*.bin"], "fallthrough": false } ] }