[application] # App (Project) Name name = "athome" # Dioxus App Default Platform # desktop, web default_platform = "web" # `build` & `serve` dist path out_dir = "docs" # resource (assets) file folder asset_dir = "assets" [web.app] # HTML title tag content title = "Tuan-Dat Tran" [web.watcher] # when watcher trigger, regenerate the `index.html` reload_html = true # which files or dirs will be watcher monitoring watch_path = ["src", "assets", "languages"]