14 lines
169 B
TOML
14 lines
169 B
TOML
[build]
|
|
target = "./index.html"
|
|
|
|
[watch]
|
|
ignore = [
|
|
"./src-tauri",
|
|
"./generated",
|
|
]
|
|
|
|
[serve]
|
|
address = "0.0.0.0"
|
|
port = 1420
|
|
open = false
|
|
ws_protocol = "ws"
|