mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
Merge pull request #87 from terhechte/patch-1
Move property so it is in the right category
This commit is contained in:
commit
91fa5fa172
1 changed files with 3 additions and 3 deletions
|
@ -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 = []
|
||||
required = []
|
||||
|
|
Loading…
Reference in a new issue