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