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.
10 lines
267 B
Markdown
10 lines
267 B
Markdown
# DX: Slot / Secret / dialect
|
|
|
|
Backend-shaped. `Slot<T>` is advertised; `Ref<T>` is held.
|
|
`Secret<Jdbc>` cannot sit on `WebEnv`. `db.jdbc()` is Java; `db.url()` is Node.
|
|
`bind! { t.db => Command }` does not compile.
|
|
|
|
```bash
|
|
cargo check -p example-dx-slot-secret
|
|
```
|