Update link to Miniflare [skip ci]

This commit is contained in:
Erisa A 2021-09-23 21:44:40 +01:00 committed by GitHub
parent 3433f2c235
commit fcbd1ef245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ For debugging, you either can use `wrangler preview`, though note you will need
## Running locally ## Running locally
If you want to run this locally (Not on Cloudflare), you can use [miniflare](https://github.com/mrbbot/miniflare): If you want to run this locally (Not on Cloudflare), you can use [miniflare](https://github.com/cloudflare/miniflare):
- `npm install -g miniflare` - `npm install -g miniflare`
- `miniflare index.js -k kv -b WORKERLINKS_SECRET=putyoursecrethere` - `miniflare index.js -k kv -b WORKERLINKS_SECRET=putyoursecrethere`