Setup script error output (#166)

* Improved the setup script error reporting UX

Show stdout/stderr output from setup script even when it exits with non-zero error code.

* UI: don't display the internal maker "---STDERR_CHUNK_BOUNDARY---"

* fmt

* Address review feedback
This commit is contained in:
Solomon
2025-07-14 16:15:29 +01:00
committed by GitHub
parent 7964b644f4
commit fde1ef5c58
6 changed files with 172 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ tracing-subscriber = { workspace = true }
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "chrono", "uuid"] }
chrono = { version = "0.4", features = ["serde"] }
uuid = { version = "1.0", features = ["v4", "serde"] }
ts-rs = { version = "9.0", features = ["uuid-impl", "chrono-impl"] }
ts-rs = { version = "9.0", features = ["uuid-impl", "chrono-impl", "no-serde-warnings"] }
dirs = "5.0"
git2 = "0.18"
async-trait = "0.1"
@@ -56,7 +56,7 @@ tempfile = "3.8"
[build-dependencies]
dotenv = "0.15"
ts-rs = { version = "9.0", features = ["uuid-impl", "chrono-impl"] }
ts-rs = { version = "9.0", features = ["uuid-impl", "chrono-impl", "no-serde-warnings"] }
[profile.release]
debug = true