branch:
wrangler.jsonc
631 bytesRaw
{
  "$schema": "../../node_modules/wrangler/config-schema.json",
  "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": "ResumableStreamingChat",
        "name": "ResumableStreamingChat"
      }
    ]
  },
  "main": "src/server.ts",
  "migrations": [
    {
      "new_sqlite_classes": ["ResumableStreamingChat"],
      "tag": "v1"
    }
  ],
  "name": "resumable-stream-chat"
}