CLI web standalone

This commit is contained in:
Capybara-z
2026-04-19 23:30:20 +00:00
parent 31d008efbb
commit 789acdf9a2
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -1323,6 +1323,8 @@ def _check_feature(name: str) -> bool:
return check_feature(name)
except Exception:
if name == "web":
return True
return False
Regular → Executable
View File