Fix Windows frontend build, add setup.bat, ANSI colors, aliases

This commit is contained in:
Roland Tannous 2026-02-27 20:55:39 +00:00
parent 783f0caf5f
commit 662a1eb9d5
2 changed files with 5 additions and 14 deletions

View file

@ -116,9 +116,7 @@ def pip_install(
# Clean up temp file if we created one
if actual_req is not None and actual_req != req:
actual_req.unlink(missing_ok=True)
if req is not None and actual_req != req:
skipped = WINDOWS_SKIP_PACKAGES
print(_cyan(f" (Skipped on Windows: {', '.join(skipped)})"))
def download_file(url: str, dest: Path) -> None: