Files
athome/Dioxus.toml
Tuan-Dat Tran 74f68eff5b chore(dioxus): Upgraded to dioxus 0.6.0
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-12-11 23:28:12 +01:00

28 lines
454 B
TOML

[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"]