9 lines
173 B
TOML
9 lines
173 B
TOML
[serve]
|
|
address = "172.16.0.155"
|
|
port = 8080
|
|
|
|
[[hooks]]
|
|
stage = "pre_build"
|
|
command = "./tailwindcss"
|
|
command_arguments = ["-i", "input.css", "-o", "./dist/.stage/app.css"]
|