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.
11 lines
292 B
Markdown
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`).
|