fix: freeze dev ports and edge health

This commit is contained in:
lyon
2026-05-22 11:16:29 +08:00
parent b1f4e6e52d
commit 59bd0a36fa
42 changed files with 169 additions and 132 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ async function captureCli(args) {
}
const summary = loadMvpGateSummary(repoRoot);
assert.equal(summary.endpoint, "http://74.48.78.17:6667");
assert.equal(summary.endpoint, "http://74.48.78.17:16667");
assert.deepEqual(
summary.milestones.map((item) => item.id),
["M0", "M1", "M2", "M3", "M4", "M5"]