23 lines
308 B
TOML
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",
|
|
]
|