ChatGPT-Next-Web/ecosystem.config.js
2024-09-26 10:44:11 +08:00

13 lines
196 B
JavaScript

module.exports = {
apps : [{
name : "chat",
script : "yarn",
args : "start",
env : {
PORT : 23000
},
autorestart: true,
interpreter: '/bin/bash',
}]
}