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 2eccb8e commit 0f02a8bCopy full SHA for 0f02a8b
src/content/docs/workers/wrangler/custom-builds.mdx
@@ -42,10 +42,14 @@ import { WranglerConfig } from "~/components";
42
<WranglerConfig>
43
44
```toml title="wrangler.toml"
45
+name = "gwg-main"
46
+type = "javascript"
47
+node_compat = true
48
[build]
49
command = "npm run build"
50
cwd = "build_cwd"
51
watch_dir = "build_watch_dir"
52
+
53
```
54
55
</WranglerConfig>
0 commit comments