asd123a20 3 years ago
parent
commit
bde896c68f
2 changed files with 2 additions and 1 deletions
  1. 1 1
      ecosystem.config.js
  2. 1 0
      server.js

+ 1 - 1
ecosystem.config.js

@@ -1,6 +1,6 @@
 'use strict';
 
-const app = 'skyserve';
+const app = 'sky-serve';
 module.exports = {
   apps: [{
     name: app, // 应用名称

+ 1 - 0
server.js

@@ -1,3 +1,4 @@
+// eslint-disable-next-line strict
 const egg = require('egg');
 
 const workers = Number(process.argv[2] || require('os').cpus().length);