tauri-sys/examples/test/Trunk.toml
bicarlsen ae49310ee1
Add menu functionality (#59)
* Added core::Channel and menu functionality. core::Channel may leak memory.

* Updated examples to v2 using Leptos.
2024-08-06 18:20:50 +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