You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
233 B
TOML

[application]
name = "bottom-rs-web"
default_platform = "web"
[web.app]
title = "bottom-rs converter"
asset_dir = "public"
[web.watcher]
watch_path = ["src", "public"]
[web.resource]
style = [
"/style.css"
]
[web.resource.dev]