mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
17 lines
190 B
TOML
17 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
|