mabel-hex/Dioxus.toml

20 lines
286 B
TOML
Raw Normal View History

2025-01-25 13:22:58 +01:00
[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 = []