myco 0.1.1

Multi-host coding agent CLI (local in-process + SSH remotes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Point to `myco-gui` frontend Yew app:
[build]
target = "crates/myco-gui/index.html"
# manifest_path = "crates/myco-web-ui/Cargo.toml"

# Trunk static file server + reverse proxy:
[serve]
addresses = ["0.0.0.0"]
port = 8080

# Reverse-proxy `/api/` requests to API server:
[[proxy]]
rewrite = "/api"
backend = "http://localhost:8000/api"