add pm2 config
This commit is contained in:
parent
ec1edc2208
commit
94408bcf32
1 changed files with 11 additions and 0 deletions
11
ecosystem.config.js
Normal file
11
ecosystem.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
module.exports = {
|
||||||
|
apps: [
|
||||||
|
{
|
||||||
|
name: "canary",
|
||||||
|
script: "node.js",
|
||||||
|
cwd: "./-/",
|
||||||
|
args: "port=9090",
|
||||||
|
autorestart: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
Loading…
Add table
Reference in a new issue