mabel-hex/Dioxus.toml
2025-01-25 13:22:58 +01:00

19 lines
286 B
TOML

[application]
name = "mabel"
default_platform = "fullstack"
out_dir = "dist"
asset_dir = "assets"
[web.app]
title = "Cenere"
[web.watcher]
reload_html = true
watch_path = ["src", "assets"]
[web.resource]
style = ["/assets/style/main.css"]
script = []
[web.resource.dev]
script = []