fix(release): complete local readiness gates

This commit is contained in:
slhx agent
2026-07-14 01:45:28 +02:00
parent 23b1d75f7f
commit 48d6ea31be
4 changed files with 20 additions and 13 deletions
+1
View File
@@ -130,6 +130,7 @@ fn pick_unused_port() -> Result<u16, ExitCode> {
fn start_html_examples_server(addr: &str) -> Result<HtmlExamplesServer, ExitCode> {
let mut child = Command::new("cargo")
.current_dir(workspace_root())
.args(["run", "-p", "hemx-html-examples"])
.env(
"HEMX_HTML_EXAMPLES_PORT",