create-makepad-app/packages/cli/fragments/fragment-counter/Trunk.toml.lts

12 lines
210 B
Plaintext

[build]
target = "./index.html"
[watch]
ignore = ["./src-tauri"]
[serve]
address = "{% if mobile %}0.0.0.0{% else %}127.0.0.1{% endif %}"
port = 1420
open = false{% if mobile %}
ws_protocol = "ws"{% endif %}