test_android_app/Trunk.toml

12 lines
139 B
TOML
Raw Normal View History

2023-04-05 14:05:30 +00:00
[build]
target = "./index.html"
[watch]
ignore = ["./src-tauri"]
[serve]
address = "0.0.0.0"
port = 1420
open = false
ws_protocol = "ws"