Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.0
v16.17.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ you to authenticate with a Cloudflare account, so that the Workers KV namespace
wrangler kv:namespace create CACHE --preview
```

Copy the new `preview_id` returned by the command and replace the existing `preview_id` in
Copy the new `preview_id` returned by the command and replace the existing `id`/preview_id` in
[`wrangler.toml`](wrangler.toml).

With the KV namespace setup, the API server is now ready to run in development mode. To start the
Expand Down
Loading