mabel-hex/Dioxus.toml

20 lines
262 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]
2025-02-09 14:13:34 +01:00
style = []
2025-01-25 13:22:58 +01:00
script = []
[web.resource.dev]
script = []