Skip to content

Commit

Permalink
fix: update output url
Browse files Browse the repository at this point in the history
  • Loading branch information
ADKcodeXD committed Mar 8, 2024
1 parent 238196a commit 200580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
port: '3000',
exec_mode: 'cluster',
instances: 1,
script: './.output/server/index.mjs',
script: './.nuxt/server/index.mjs',
min_uptime: '60s', // 应用运行少于时间被认为是异常启动
max_restarts: 30, // 最大异常重启次数,即小于min_uptime运行时间重启次数;
autorestart: true, // 默认为true, 发生异常的情况下自动重启
Expand Down

0 comments on commit 200580a

Please sign in to comment.