feat: add loginType and deploy load sever
This commit is contained in:
@@ -124,7 +124,7 @@ const mainApp = new Command('main')
|
||||
if (options.init) {
|
||||
await initMain();
|
||||
return;
|
||||
} else {
|
||||
} else if (!options.start && !options.restart && !options.exit && !options.pm2) {
|
||||
console.warn(chalk.yellow('请使用 --init 初始化 main 应用'));
|
||||
}
|
||||
const runChild = () => {
|
||||
|
||||
Reference in New Issue
Block a user