Skip to content

Commit 337d46e

Browse files
committed
Skip installer checks for seeded WordPress
1 parent 7b2c75b commit 337d46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/runtime-cloudflare/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function runBootProbe(phase: string): Promise<Response> {
8484

8585
if (phase === "seeded-wordpress") {
8686
const runtime = await bootWordPressRuntime(
87-
"install-from-existing-files-if-needed",
87+
"do-not-attempt-installing",
8888
true,
8989
true,
9090
new Uint8Array(wordpressInstallSeed),

0 commit comments

Comments
 (0)