14 lines
240 B
TOML
14 lines
240 B
TOML
[application]
|
|
name = "beau-gosse-du-92"
|
|
default_platform = "desktop"
|
|
|
|
[web.app]
|
|
title = "BG92"
|
|
|
|
[web.watcher]
|
|
reload_html = true
|
|
watch_path = ["Dioxus.toml", "public/index.html", "src"]
|
|
|
|
[[web.proxy]]
|
|
backend = "http://localhost:8000/api/"
|