Skip to content

Commit 0f02a8b

Browse files
Update custom-builds.mdx
1 parent 2eccb8e commit 0f02a8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/workers/wrangler/custom-builds.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,14 @@ import { WranglerConfig } from "~/components";
4242
<WranglerConfig>
4343

4444
```toml title="wrangler.toml"
45+
name = "gwg-main"
46+
type = "javascript"
47+
node_compat = true
4548
[build]
4649
command = "npm run build"
4750
cwd = "build_cwd"
4851
watch_dir = "build_watch_dir"
52+
4953
```
5054

5155
</WranglerConfig>

0 commit comments

Comments
 (0)