(url: string)
| 75 | hooks?: StartForegroundHooks, |
| 76 | ) => Promise<never>; |
| 77 | openUrl(url: string): void; |
| 78 | /** |
| 79 | * Best-effort read of the server's persistent bearer token. When it returns |
| 80 | * a token, the ready banner prints it and the opened Web UI URL carries it in |
no outgoing calls
no test coverage detected