@@ -5,8 +5,7 @@ module.exports = {
output: './pm2-log/nitro-back-out.log',
error: './pm2-log/nitro-back-error.log',
ignore_watch: ["node_modules", "logs"],
- script: './index.html'
+ script: 'serve ./ --listen 8899',
+ args: '.'
}]
-}
-
+}