21 lines
286 B
TOML
21 lines
286 B
TOML
|
[build]
|
||
|
target = "./index.html"
|
||
|
|
||
|
[watch]
|
||
|
ignore = [
|
||
|
"tmp",
|
||
|
]
|
||
|
|
||
|
[[hooks]]
|
||
|
stage = "build"
|
||
|
command = "zsh"
|
||
|
command_arguments = ['./scripts/compile-css.sh']
|
||
|
|
||
|
[[proxy]]
|
||
|
rewrite = "/ws"
|
||
|
backend = "http://0.0.0.0:5000"
|
||
|
|
||
|
[[proxy]]
|
||
|
rewrite = "/avatar"
|
||
|
backend = "http://0.0.0.0:5000/avatar"
|