[build]
# The index HTML file to drive the bundling process.
target = "docs/index.html"
# Build in release mode.
release = false
# The output dir for all final assets.
dist = "dist"
# The public URL from which assets are to be served.
public_url = "/"
[watch]
watch = ["src", "docs"]
[clean]
cargo = true