Skip to content

Commit

Permalink
[Miniflare 3] Minor API docs fixes (#621)
Browse files Browse the repository at this point in the history
* Remove `--experimental-local` flag from `wrangler dev` in docs

* Mark `durableObjectsPersist` as supported in docs

* Remove Queues from `SharedOptions` in docs
  • Loading branch information
mrbbot committed Jun 30, 2023
1 parent 969dc5f commit 6984a7f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/miniflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
[`workerd`](https://github.com/cloudflare/workerd).

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

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

- `durableObjectsPersist?: Persistence`

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

- `kvPersist?: Persistence`

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

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

#### Analytics Engine and Queues
#### Analytics Engine

_Not yet supported_

Expand Down

0 comments on commit 6984a7f

Please sign in to comment.