mirror of https://github.com/fantasticit/think.git
server: remove cluster mode as use pm2
This commit is contained in:
parent
d695302c4a
commit
cf2d6c975c
|
@ -60,4 +60,4 @@ async function bootstrap() {
|
||||||
console.log(`[think] 主服务启动成功,端口:${port}`);
|
console.log(`[think] 主服务启动成功,端口:${port}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
IS_PRODUCTION ? AppClusterService.clusterize(bootstrap) : bootstrap();
|
bootstrap();
|
||||||
|
|
Loading…
Reference in New Issue