remove task

This commit is contained in:
2025-10-28 15:09:45 +08:00
parent 4dbee366c5
commit 6eb6b7ec79
30 changed files with 14 additions and 790 deletions

View File

@@ -84,6 +84,8 @@ program
const listenPort = options.port || config?.server?.port;
const listenPath = config?.server?.path || '127.0.0.1';
const server = await runServer(listenPort, listenPath);
} else {
console.log('请使用 -s 参数启动服务');
}
});