mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 14:09:21 -05:00
19 lines
264 B
TOML
19 lines
264 B
TOML
[build]
|
|
target = "index.html"
|
|
# public_url = "/thaw/"
|
|
release = true
|
|
# filehash = false
|
|
|
|
[watch]
|
|
watch = [
|
|
"../thaw",
|
|
"../thaw_components",
|
|
"../thaw_utils",
|
|
"./src",
|
|
"../demo_markdown",
|
|
]
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 6421
|
|
open = false
|