Skip to content

Commit 0e39722

Browse files
committed
Fixup
1 parent 7a8e7ea commit 0e39722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/cloudflare/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ As shown above, you must enable the [`nodejs_compat` compatibility flag](https:/
4444
Add the following to the scripts field of your `package.json` file:
4545

4646
```json
47-
"build:worker": "cloudflare", TODO
47+
"build:worker": "cloudflare",
4848
"dev:worker": "wrangler dev --port 8771",
4949
"preview:worker": "npm run build:worker && npm run dev:worker",
5050
"deploy:worker": "npm run build:worker && wrangler deploy"

0 commit comments

Comments
 (0)