2023-04-07 07:41:48 -05:00
|
|
|
[application]
|
|
|
|
|
|
|
|
# App (Project) Name
|
2024-03-17 15:41:48 -05:00
|
|
|
name = "info-werefox-cafe"
|
2023-04-07 07:41:48 -05:00
|
|
|
|
|
|
|
# Dioxus App Default Platform
|
2024-03-21 20:15:54 -05:00
|
|
|
# desktop, web, fullstack, mobile
|
2024-03-17 15:41:48 -05:00
|
|
|
default_platform = "fullstack"
|
2023-04-07 07:41:48 -05:00
|
|
|
|
|
|
|
# `build` & `serve` dist path
|
|
|
|
out_dir = "dist"
|
|
|
|
|
|
|
|
# resource (public) file folder
|
2024-03-17 15:41:48 -05:00
|
|
|
asset_dir = "public"
|
2023-04-07 07:41:48 -05:00
|
|
|
|
|
|
|
[web.app]
|
|
|
|
|
|
|
|
# HTML title tag content
|
2024-03-17 15:41:48 -05:00
|
|
|
title = "About A Werefox"
|
2023-04-07 07:41:48 -05:00
|
|
|
|
|
|
|
[web.watcher]
|
|
|
|
|
2023-04-16 21:46:10 -05:00
|
|
|
# when watcher triggers, regenerate the `index.html`
|
2023-04-07 07:41:48 -05:00
|
|
|
reload_html = true
|
|
|
|
|
|
|
|
# which files or dirs will be watcher monitoring
|
2024-05-01 00:32:26 -05:00
|
|
|
watch_path = ["src", "public", "tailwind.config.js"]
|
2023-04-07 07:41:48 -05:00
|
|
|
|
2023-04-16 21:46:10 -05:00
|
|
|
# implement redirect on 404
|
|
|
|
index_on_404 = true
|
|
|
|
|
2024-05-01 00:32:26 -05:00
|
|
|
# include `assets` in web platform
|
|
|
|
[web.resource]
|
2023-04-07 07:41:48 -05:00
|
|
|
|
2024-05-01 00:32:26 -05:00
|
|
|
# CSS style file
|
|
|
|
style = ["tailwind.css"]
|
2023-04-07 07:41:48 -05:00
|
|
|
|
2024-05-01 00:32:26 -05:00
|
|
|
# Javascript code file
|
|
|
|
script = []
|
2023-04-07 07:41:48 -05:00
|
|
|
|
2024-05-01 00:32:26 -05:00
|
|
|
[web.resource.dev]
|
2023-04-07 07:41:48 -05:00
|
|
|
|
2024-05-01 00:32:26 -05:00
|
|
|
# CSS style file
|
|
|
|
style = ["tailwind.css"]
|
2023-04-16 21:46:10 -05:00
|
|
|
|
2024-05-01 00:32:26 -05:00
|
|
|
# Javascript code file
|
|
|
|
# serve: [dev-server] only
|
|
|
|
script = []
|