Files
freeswitch_chris/frontend/Trunk.toml

9 lines
170 B
TOML

[serve]
address = "127.0.0.1"
port = 8080
[[hooks]]
stage = "pre_build"
command = "./tailwindcss"
command_arguments = ["-i", "input.css", "-o", "./dist/.stage/app.css"]