Files
freeswitch_chris/frontend/Trunk.toml

9 lines
173 B
TOML
Raw Normal View History

2026-03-30 20:52:35 -04:00
[serve]
address = "172.16.0.155"
port = 8080
2026-03-30 21:40:28 -04:00
[[hooks]]
stage = "pre_build"
command = "./tailwindcss"
command_arguments = ["-i", "input.css", "-o", "./dist/.stage/app.css"]