mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 05:36:39 +08:00
14 lines
207 B
JavaScript
14 lines
207 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: 'chebi-nextjs',
|
|
script: './start.sh',
|
|
instances: 'max',
|
|
exec_mode: 'cluster',
|
|
env: {
|
|
NODE_ENV: 'production'
|
|
}
|
|
}
|
|
]
|
|
}
|