branch: main
wrangler.toml
275 bytesRaw
name = "{{project-name}}"
main = "build/index.js"
compatibility_date = "{{ "now" | date: "%Y-%m-%d" }}"
[build]
command = "cargo leptos build --release && cargo install -q \"worker-build@^0.7\" && worker-build --release --features ssr"
[assets]
directory = "./target/site"