remove task
This commit is contained in:
@@ -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 参数启动服务');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user