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 1ba1a28 commit 719fd00Copy full SHA for 719fd00
src/content/changelog/workers/2025-09-03-new-workers-api.mdx
@@ -68,7 +68,7 @@ const worker = await client.workers.beta.workers.create({
68
// Step 2: Development team adds code and creates a version later
69
const version = await client.workers.beta.workers.versions.create(worker.id, {
70
account_id: "...",
71
- main_module: "payment-service-script",
+ main_module: "worker.js",
72
compatibility_date: "$today",
73
bindings: [ /*...*/ ],
74
modules: [
0 commit comments