tauri-sys/examples/leptos/Trunk.toml
bicarlsen 115009d4bf
Added menu functionality. (#58)
* Added core::Channel and menu functionality. core::Channel may leak memory.

* Added leptos example.
2024-08-02 15:31:56 +02:00

10 lines
122 B
TOML

[build]
target = "./index.html"
[watch]
ignore = ["./src-tauri"]
[serve]
address = "127.0.0.1"
port = 1420
open = false