feature(WindowsFilesystemSupport): #5677 - Windows File System Support and Testing

This commit is contained in:
Fernando Mano
2026-03-04 14:16:48 -03:00
parent 465adf5b1f
commit 8470c6a980
11 changed files with 767 additions and 149 deletions
+2 -1
View File
@@ -78,5 +78,6 @@ if (-not $env:HIVE_CREDENTIAL_KEY) {
}
# ── Run the Hive CLI ────────────────────────────────────────────────
# PYTHONUTF8=1: use UTF-8 for default encoding (fixes charmap decode errors on Windows)
$env:PYTHONUTF8 = "1"
& uv run hive @args