15 lines
169 B
TOML
15 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"
|