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 7a8e7ea commit 0e39722Copy full SHA for 0e39722
pages/cloudflare/get-started.mdx
@@ -44,7 +44,7 @@ As shown above, you must enable the [`nodejs_compat` compatibility flag](https:/
44
Add the following to the scripts field of your `package.json` file:
45
46
```json
47
-"build:worker": "cloudflare", TODO
+"build:worker": "cloudflare",
48
"dev:worker": "wrangler dev --port 8771",
49
"preview:worker": "npm run build:worker && npm run dev:worker",
50
"deploy:worker": "npm run build:worker && wrangler deploy"
0 commit comments