diff --git a/src/assets/dioxus.toml b/src/assets/dioxus.toml index 42a1bd3f1..3827d0f8f 100644 --- a/src/assets/dioxus.toml +++ b/src/assets/dioxus.toml @@ -19,10 +19,10 @@ asset_dir = "public" # HTML title tag content title = "Dioxus | An elegant GUI library for Rust" -index_on_404 = true - [web.watcher] +index_on_404 = true + watch_path = ["src"] # include `assets` in web platform @@ -44,4 +44,4 @@ script = [] available = true -required = [] \ No newline at end of file +required = []