mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
b75c9c9ab3
* demo: add vercel * demo: config * chore: demo workflow
13 lines
204 B
TOML
13 lines
204 B
TOML
[build]
|
|
target = "index.html"
|
|
# public_url = "/thaw/"
|
|
# release = true
|
|
# filehash = false
|
|
|
|
[watch]
|
|
watch = ["../thaw", "./src", "../demo_markdown"]
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 6421
|
|
open = false
|