70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
📌 durable-objects-exports
This Worker mirrors the simple durable-objects fixture, but configures its Durable Objects via the declarative exports field in wrangler.jsonc instead of the legacy migrations array.
Counter is also declared as a regular binding under durable_objects.bindings. UnboundCounter has no binding and is reachable only via ctx.exports.UnboundCounter from inside the Worker — both forms must work for exports to be a full replacement for migrations.
| Test | Overview |
|---|---|
| exports.test.ts | Bound + unbound DOs declared via exports, with SQLite storage and direct access. |