26 lines
406 B
TOML
26 lines
406 B
TOML
[build]
|
|
release = false
|
|
dist = "./dist"
|
|
filehash = true
|
|
target = "./index.html"
|
|
|
|
[watch]
|
|
watch = ["./src", "./index.html", "./assets"]
|
|
ignore = ["../target", "./dist", "../src-tauri"]
|
|
|
|
[serve]
|
|
addresses = ["127.0.0.1"]
|
|
port = 42069
|
|
open = false
|
|
no_autoreload = false
|
|
ws_protocol = "ws"
|
|
|
|
[clean]
|
|
dist = "./dist"
|
|
cargo = false
|
|
|
|
[tools]
|
|
wasm_bindgen = "0.2.99"
|
|
wasm_opt = "version_118"
|
|
tailwindcss = "3.4.10"
|