Skip to content

Commit d32ae37

Browse files
copy improvement
1 parent e5ff82f commit d32ae37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures/get-platform-proxy/tests/get-platform-proxy.env.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe("getPlatformProxy - env", () => {
227227
- {"class_name":"MyDurableObject","name":"MY_DURABLE_OBJECT"}
228228
These will not work in local development, but they should work in production.
229229
230-
If you want to develop these locally, you can define your DO "externally" in another Worker.
230+
If you want to develop these locally, you can define your DO in a separate Worker, specified by a separate configuration file.
231231
Refer to https://developers.cloudflare.com/durable-objects/platform/known-issues/#local-development-with-web-frameworks for guidance on how to do this.
232232
233233
",

packages/wrangler/src/api/integrations/platform/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async function getMiniflareOptionsFromConfig(
148148
${localBindings.map((b) => `- ${JSON.stringify(b)}`).join("\n")}
149149
These will not work in local development, but they should work in production.
150150
151-
If you want to develop these locally, you can define your DO "externally" in another Worker.
151+
If you want to develop these locally, you can define your DO in a separate Worker, specified by a separate configuration file.
152152
Refer to https://developers.cloudflare.com/durable-objects/platform/known-issues/#local-development-with-web-frameworks for guidance on how to do this.
153153
`);
154154
}

0 commit comments

Comments
 (0)