Skip to content

Commit 30683e7

Browse files
committed
fixup! Update wrangler.json, playwright.config.ts
1 parent abd7f3c commit 30683e7

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { configurePlaywright } from "../../common/config-e2e";
22

3-
export default configurePlaywright("ssg-app", { isCI: !!process.env.CI });
3+
export default configurePlaywright("ssg-app", { isCI: !!process.env.CI, multipleBrowsers: false });

examples/ssg-app/wrangler.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,5 @@
1010
},
1111
"vars": {
1212
"APP_VERSION": "1.2.345"
13-
},
14-
"kv_namespaces": [
15-
// Create a KV binding with the binding name "NEXT_CACHE_WORKERS_KV"
16-
// to enable the KV based caching:
17-
// {
18-
// "binding": "NEXT_CACHE_WORKERS_KV",
19-
// "id": "<BINDING_ID>"
20-
// }
21-
]
13+
}
2214
}

0 commit comments

Comments
 (0)