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
+2 -2
View File
@@ -317,13 +317,13 @@ export function createSkillsManifest({
commitId,
version,
namespace: "hwlab",
endpoint: "http://74.48.78.17:6667",
endpoint: "http://74.48.78.17:16667",
profiles: {
dev: {
name: "dev",
enabled: true,
namespace: "hwlab-dev",
endpoint: "http://74.48.78.17:6667",
endpoint: "http://74.48.78.17:16667",
notes: "explicit repo-local skills artifact"
}
},