Первый коммит после распаковки архива
This commit is contained in:
17
ecosystem.config.js
Normal file
17
ecosystem.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'threenew-api',
|
||||
script: 'server.js',
|
||||
cwd: '/threenew',
|
||||
env: { NODE_ENV: 'production', PORT: 4000 }
|
||||
},
|
||||
{
|
||||
name: 'threenew-web',
|
||||
script: 'serve',
|
||||
cwd: '/threenew',
|
||||
args: '-s build -l 3000',
|
||||
env: { NODE_ENV: 'production' }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user