Files
freeswitch_chris/frontend/Trunk.toml

9 lines
174 B
TOML
Raw Normal View History

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