We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88f2c7 commit 9afcbf8Copy full SHA for 9afcbf8
crates/mtc_worker/wrangler.jsonc
@@ -15,7 +15,10 @@
15
"dev": {
16
"build": {
17
// Change '--release' to '--dev' to compile with debug symbols.
18
- // DEPLOY_ENV is used in build.rs to select per-environment config and roots.
+ // DEPLOY_ENV is used in build.rs to select per-environment
19
+ // config and roots. Add `--features dev-bootstrap-roots` to the
20
+ // worker-build command to enable dev bootstrap roots (which
21
+ // should NOT be enabled in a production deployment).
22
"command": "cargo install -q worker-build && DEPLOY_ENV=dev worker-build --release"
23
},
24
"workers_dev": true,
@@ -113,4 +116,4 @@
113
116
]
114
117
}
115
118
-}
119
+}
0 commit comments