# Trunk build configuration for Leptos CSR
[]
= "index.html"
= "dist"
= "/"
# Use csr feature for pure client-side rendering (no SSR)
= true
= ["csr"]
# WASM optimization
# NOTE: wasm-opt disabled due to bulk-memory validation errors
# Cargo opt-level="z" + lto="fat" still provide ~30-40% size reduction
# TODO: Re-enable wasm-opt with proper --enable-bulk-memory config
[]
= true # Explicitly disable wasm-opt
[]
= ["src"]
[]
= 3333
= ["127.0.0.1"]