[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",
]