fix: harden local server WSL onboarding checks

This commit is contained in:
LukeParkerDev
2026-04-19 13:15:26 +10:00
parent 1baa87bf0d
commit 76da54c596
6 changed files with 391 additions and 162 deletions
+1
View File
@@ -47,6 +47,7 @@ export type LocalServerDistroCheck = {
error: string | null
}
export type LocalServerOpencodeCheck = {
distro: string | null
resolvedPath: string | null
version: string | null
expectedVersion: string | null