branch: main
wrangler.toml
189 bytesRaw
name = "{{project-name}}"
main = "build/index.js"
compatibility_date = "{{ "now" | date: "%Y-%m-%d" }}"

[build]
command = "cargo install -q \"worker-build@^0.7\" && worker-build --release"