{ "$schema": "../../node_modules/wrangler/config-schema.json", "name": "voice-input-example", "ai": { "binding": "AI", "remote": true }, "compatibility_date": "2026-01-28", "compatibility_flags": ["nodejs_compat"], "assets": { "not_found_handling": "single-page-application", "run_worker_first": ["/agents/*"] }, "durable_objects": { "bindings": [ { "class_name": "VoiceInputAgent", "name": "VoiceInputAgent" } ] }, "main": "src/server.ts", "migrations": [ { "new_sqlite_classes": ["VoiceInputAgent"], "tag": "v1" } ] }