Skip to content

Commit

Permalink
chore: update readme (remove mention of beta version of wrangler)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Jan 23, 2024
1 parent c389c42 commit 9b7a74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloudflare Bindings for Nitro and Nuxt

This proof of concept module enables access to the Cloudflare runtime bindings in the development server of [Nitro](https://nitro.unjs.io) and [Nuxt](https://nuxt.com) using the [new `getBindingsProxy` API](https://github.com/cloudflare/workers-sdk/pull/4523) exposed by wrangler (Beta) and [miniflare](https://miniflare.dev/)
This proof of concept module enables access to the Cloudflare runtime bindings in the development server of [Nitro](https://nitro.unjs.io) and [Nuxt](https://nuxt.com) using the [new `getBindingsProxy` API](https://github.com/cloudflare/workers-sdk/pull/4523) exposed by [wrangler](https://developers.cloudflare.com/workers/wrangler/) and [miniflare](https://miniflare.dev/)

> [!NOTE]
> Nitro plans to introduce a new method to allow native dev presets, meaning you can natively run [miniflare](https://miniflare.dev/) as your development server without this module or a proxy in the future!
Expand All @@ -10,7 +10,7 @@ This proof of concept module enables access to the Cloudflare runtime bindings i
First, install `nitro-cloudflare-dev` and `wrangler` packages as a dev dependency: ([unjs/nypm](https://nypm.unjs.io) will automatically detect your package manager!)

```sh
npx nypm@latest add -D wrangler@beta nitro-cloudflare-dev
npx nypm@latest add -D wrangler nitro-cloudflare-dev
```

For **Nuxt** update `nuxt.config.ts`:
Expand Down

0 comments on commit 9b7a74e

Please sign in to comment.