mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
enable pm2 start
This commit is contained in:
10
ecosystem.config.js
Normal file
10
ecosystem.config.js
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps : [{
|
||||||
|
name : "chat",
|
||||||
|
script : "yarn",
|
||||||
|
args : "start",
|
||||||
|
env : {
|
||||||
|
PORT : 23000
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user