server: remove cluster mode as use pm2

This commit is contained in:
fantasticit 2022-06-22 19:03:11 +08:00
parent d695302c4a
commit cf2d6c975c
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ async function bootstrap() {
console.log(`[think] 主服务启动成功,端口:${port}`);
}
IS_PRODUCTION ? AppClusterService.clusterize(bootstrap) : bootstrap();
bootstrap();