2024-04-29 22:48:53 +02:00
|
|
|
[application]
|
|
|
|
|
|
|
|
# App (Project) Name
|
|
|
|
name = "athome"
|
|
|
|
|
|
|
|
# Dioxus App Default Platform
|
|
|
|
# desktop, web
|
|
|
|
default_platform = "web"
|
|
|
|
|
|
|
|
# `build` & `serve` dist path
|
2024-05-14 11:33:25 +02:00
|
|
|
out_dir = "docs"
|
2024-04-29 22:48:53 +02:00
|
|
|
|
|
|
|
# resource (assets) file folder
|
|
|
|
asset_dir = "assets"
|
|
|
|
|
|
|
|
[web.app]
|
|
|
|
|
|
|
|
# HTML title tag content
|
2024-05-14 11:33:25 +02:00
|
|
|
title = "Tuan-Dat Tran"
|
2024-04-29 22:48:53 +02:00
|
|
|
|
|
|
|
[web.watcher]
|
|
|
|
|
|
|
|
# when watcher trigger, regenerate the `index.html`
|
|
|
|
reload_html = true
|
|
|
|
|
|
|
|
# which files or dirs will be watcher monitoring
|
|
|
|
watch_path = ["src", "assets"]
|
|
|
|
|
|
|
|
# include `assets` in web platform
|
|
|
|
[web.resource]
|
|
|
|
|
|
|
|
# CSS style file
|
|
|
|
|
|
|
|
style = ["tailwind.css"]
|
|
|
|
|
|
|
|
# Javascript code file
|
|
|
|
script = []
|
|
|
|
|
|
|
|
[web.resource.dev]
|
|
|
|
|
|
|
|
# Javascript code file
|
|
|
|
# serve: [dev-server] only
|
|
|
|
script = []
|