poe2-loot-filter-tauri-leptos/Trunk.toml
2024-12-31 17:53:47 +09:00

23 lines
308 B
TOML

[build]
target = "./index.html"
[watch]
ignore = ["./src-tauri"]
[serve]
port = 1420
open = false
ws_protocol = "ws"
[[hooks]]
stage = "build"
command = "bun"
command_arguments = [
"x",
"tailwindcss",
"-i",
"tailwind.css",
"-o",
"dist/.stage/tailwind.css",
]