🔧 Add Dioxus.toml file
This commit is contained in:
20
Dioxus.toml
Normal file
20
Dioxus.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[application]
|
||||
name = "beau-gosse-du-92"
|
||||
default_platform = "desktop"
|
||||
|
||||
[web.app]
|
||||
name = "beau-gosse-du-92"
|
||||
|
||||
[web.watcher]
|
||||
reload_html = true
|
||||
watch_path = ["src", "font"]
|
||||
|
||||
[web.resource]
|
||||
script = []
|
||||
|
||||
[web.resource.dev]
|
||||
style = []
|
||||
script = []
|
||||
|
||||
[[web.proxy]]
|
||||
backend = "http://localhost:8000/api/"
|
Reference in New Issue
Block a user