()
| 5 | // The backend always binds all interfaces; network availability is gated live |
| 6 | // by the backend itself (Settings → "Make StemDeck available on your network"). |
| 7 | function startBackend() { |
| 8 | return invoke("start_backend"); |
| 9 | } |
| 10 | |
| 11 | const statusEl = document.getElementById("status"); |
| 12 | const detailsEl = document.getElementById("details"); |