Skip to content

Commit dbfa2a2

Browse files
committed
Enable dev-bootstrap-roots for dev environment
1 parent c88f2c7 commit dbfa2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mtc_worker/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": {
1717
// Change '--release' to '--dev' to compile with debug symbols.
1818
// DEPLOY_ENV is used in build.rs to select per-environment config and roots.
19-
"command": "cargo install -q worker-build && DEPLOY_ENV=dev worker-build --release"
19+
"command": "cargo install -q worker-build && DEPLOY_ENV=dev worker-build --release --features dev-bootstrap-roots"
2020
},
2121
"workers_dev": true,
2222
"kv_namespaces": [

0 commit comments

Comments
 (0)