We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa668e commit bb30c39Copy full SHA for bb30c39
packages/cloudflare/templates/defaults/wrangler.jsonc
@@ -8,5 +8,13 @@
8
"assets": {
9
"directory": ".open-next/assets",
10
"binding": "ASSETS"
11
- }
+ },
12
+ "kv_namespaces": [
13
+ // Create a KV binding with the binding name "NEXT_CACHE_WORKERS_KV"
14
+ // to enable the KV based caching:
15
+ // {
16
+ // "binding": "NEXT_CACHE_WORKERS_KV",
17
+ // "id": "<BINDING_ID>"
18
+ // }
19
+ ]
20
}
0 commit comments