Files
beau-gosse-du-92/Dioxus.toml

21 lines
340 B
TOML

[application]
name = "beau-gosse-du-92"
default_platform = "desktop"
[web.app]
title = "BG92"
[web.watcher]
reload_html = true
watch_path = ["public/index.html", "public/assets/index.css", "src"]
[web.resource]
style = ["assets/index.css"]
[web.resource.dev]
style = []
script = []
[[web.proxy]]
backend = "http://localhost:8000/api/"