cursor-mover-app/crates/cursor-mover-webapp/Dioxus.toml

28 lines
416 B
TOML
Raw Normal View History

2026-02-28 22:24:42 +01:00
[application]
2026-03-03 21:38:18 +01:00
name = "cursor-move-webapp"
default_platform = "web"
2026-02-28 22:24:42 +01:00
[web.app]
# HTML title tag content
title = "cursor-move-webapp"
# include `assets` in web platform
[web.resource]
# Additional CSS style files
style = []
# Additional JavaScript files
script = []
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []
2026-03-03 21:38:18 +01:00
[web.watcher]
reload_html = true
watch_path = ["src", "public"]