mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
enable pm2 start
This commit is contained in:
parent
8c4ee10281
commit
e22c50ff1a
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
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user