workers-rs/examples/tracing/wrangler.toml
2023-06-20 11:13:10 -04:00

7 lines
167 B
TOML

name = "tracing-on-workers"
main = "build/worker/shim.mjs"
compatibility_date = "2023-03-22"
[build]
command = "cargo install worker-build && worker-build --release"