# Point to `myco-gui` frontend Yew app:
[]
= "crates/myco-gui/index.html"
# manifest_path = "crates/myco-web-ui/Cargo.toml"
# Trunk static file server + reverse proxy:
[]
= ["0.0.0.0"]
= 8080
# Reverse-proxy `/api/` requests to API server:
[[]]
= "/api"
= "http://localhost:8000/api"