Authored by 陈峰

commit

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -51,7 +51,7 @@ app.use(convert(body({
app.use(mount('/', webApp));
// SSR自适应降级监控
require('./apps/tasks/degrade-ssr-task')();
// require('./apps/tasks/degrade-ssr-task')();
server.listen(port, () => {
console.log(`app started in ${port}`);
... ...