-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDioxus.toml
46 lines (30 loc) · 823 Bytes
/
Dioxus.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[application]
# App (Project) Name
name = "persian-tools-web"
# 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 = "persian-tools-web"
# github path is https://ali77gh.github.io/PersianToolsWeb/ so:
base_path = "PersianToolsWeb"
[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 = ["/PersianToolsWeb/tailwind.css","/PersianToolsWeb/main.css"]
# Javascript code file
script = []
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []