[]
# Path, relative to root, to generat rust code to
= "src/server/generated.rs"
# Path to the source index.html file
= "index.html"
# [Optional] Files in the asset_dir will be copied to the target/site directory
= "assets"
# On which port to serve the client side rendered site (when using --csr option)
= 3000
# The port to use for automatic reload monitoring
= 3001
[]
# Main style file. If scss or sass then it will be compiled to css.
# the parent folder will be watched for changes
= "style/main.scss"
# A https://browsersl.ist query
= "defaults"