mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 14:29:22 -05:00
16 lines
190 B
TOML
16 lines
190 B
TOML
[build]
|
|
target = "index.html"
|
|
public_url = "/melt-ui/"
|
|
dist = "../docs"
|
|
release = true
|
|
|
|
[watch]
|
|
watch = [
|
|
"../src",
|
|
"./src"
|
|
]
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 6421
|
|
open = false
|