Files
athome/Dioxus.toml
Tuan-Dat Tran 6e3db0294f
Some checks failed
Build Docker Image / Build (push) Has been cancelled
Add favorite tools
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2025-04-06 18:23:26 +02:00

28 lines
467 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", "languages"]