backend-app-api: wrap returned result

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-11-18 20:31:24 +01:00
parent c3273dacd3
commit 36f98f12d8
7 changed files with 23 additions and 21 deletions
@@ -45,7 +45,7 @@ The `Backend.start()` method returns a `BackendStartupResult` with detailed succ
```ts
backend.start(
result => {
({ result }) => {
console.log(`Backend startup result: ${JSON.stringify(result, null, 2)}`);
},
error => {