Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6984a7f

Browse files
authored
[Miniflare 3] Minor API docs fixes (#621)
* Remove `--experimental-local` flag from `wrangler dev` in docs * Mark `durableObjectsPersist` as supported in docs * Remove Queues from `SharedOptions` in docs
1 parent 969dc5f commit 6984a7f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/miniflare/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
[`workerd`](https://github.com/cloudflare/workerd).
66

77
> :warning: Miniflare 3 is API-only, and does not expose a CLI. Use Wrangler
8-
> with `wrangler dev --experimental-local` to develop your Workers locally with
9-
> Miniflare 3.
8+
> with `wrangler dev` to develop your Workers locally with Miniflare 3.
109
1110
## Quick Start
1211

@@ -523,8 +522,7 @@ Options shared between all Workers/"nanoservices".
523522

524523
- `durableObjectsPersist?: Persistence`
525524

526-
_Not yet supported_, Miniflare will throw if this is truthy and Durable Object
527-
bindings are specified.
525+
Where to persist data stored in Durable Objects. See docs for `Persistence`.
528526

529527
- `kvPersist?: Persistence`
530528

@@ -538,7 +536,7 @@ Options shared between all Workers/"nanoservices".
538536

539537
Where to persist data stored in D1 databases. See docs for `Persistence`.
540538

541-
#### Analytics Engine and Queues
539+
#### Analytics Engine
542540

543541
_Not yet supported_
544542

0 commit comments

Comments
 (0)