test: verify and document desktop ui
This commit is contained in:
@@ -113,7 +113,12 @@ if (-not (Test-OllamaReady)) {
|
||||
|
||||
Push-Location $repositoryRoot
|
||||
try {
|
||||
& $resolvedUv run javis chat
|
||||
if ($env:JAVIS_START_INTERFACE -eq 'gui') {
|
||||
& $resolvedUv run javis gui
|
||||
}
|
||||
else {
|
||||
& $resolvedUv run javis chat
|
||||
}
|
||||
exit $LASTEXITCODE
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user