14 lines
No EOL
198 B
TOML
14 lines
No EOL
198 B
TOML
[build]
|
|
target = "./index.html"
|
|
|
|
[watch]
|
|
ignore = ["./src-tauri"]
|
|
|
|
[serve]
|
|
address = "127.0.0.1"
|
|
port = 1420
|
|
open = false
|
|
|
|
[tools]
|
|
# Default wasm-bindgen version to download.
|
|
wasm_bindgen = "0.2.89" |