Skip to content

Commit 4740ee6

Browse files
remove kv also in output config
1 parent ad00291 commit 4740ee6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,9 +1349,6 @@ A common example of using a redirected configuration is where a custom build too
13491349
{
13501350
"name": "my-worker",
13511351
"main": "./index.js",
1352-
"kv_namespaces": [
1353-
{ "binding": "<BINDING_NAME1>", "id": "<NAMESPACE_ID1>" }
1354-
],
13551352
"vars": {
13561353
"MY_VARIABLE": "staging variable"
13571354
}

0 commit comments

Comments
 (0)