support configuring the port

This commit is contained in:
jinhui.li
2025-07-20 01:00:33 +08:00
parent 174c9a740f
commit d0de78eaf0
5 changed files with 10 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ async function main() {
}
break;
case "status":
showStatus();
await showStatus();
break;
case "code":
if (!isServiceRunning()) {