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 7b2c75b commit 337d46eCopy full SHA for 337d46e
1 file changed
packages/runtime-cloudflare/src/worker.ts
@@ -84,7 +84,7 @@ async function runBootProbe(phase: string): Promise<Response> {
84
85
if (phase === "seeded-wordpress") {
86
const runtime = await bootWordPressRuntime(
87
- "install-from-existing-files-if-needed",
+ "do-not-attempt-installing",
88
true,
89
90
new Uint8Array(wordpressInstallSeed),
0 commit comments