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

11 lines
142 B
JavaScript

module.exports = {
apps : [{
name : "chat",
script : "yarn",
args : "start",
env : {
PORT : 23000
}
}]
}