Files
harmony/examples/dx_bind_origin/README.md
Jean-Gabriel Gill-Couture eea006535b refactor: drop harmony_app landfill
Scores own deploy. harmony_app is identity, images, context, and
HarmonyApp→Scores. Authoring DX lives in dx. Compose/chart/Application
model and the Helm render test are gone.
2026-09-08 22:10:34 -04:00

11 lines
292 B
Markdown

# DX: bind + origin Ref
Frontend-shaped. Opening `frontend.rs` is the frontend. Contexts bind
command vs container; origin is a Ref. Vite proxy is Command-only.
```bash
cargo check -p example-dx-bind-origin
```
`.bind::<Postgres, command>()` does not compile (uncomment in `localdev.rs`).