build: add pm2 ecosystem config
This commit is contained in:
parent
a78dae9668
commit
fd314b650b
14
ecosystem.config.js
Normal file
14
ecosystem.config.js
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
module.exports = {
|
||||||
|
apps: [
|
||||||
|
{
|
||||||
|
name: "blog-fs",
|
||||||
|
script: "npm",
|
||||||
|
args: "run start",
|
||||||
|
watch: false,
|
||||||
|
ignore_watch: ["node_modules"],
|
||||||
|
log_date_format: "MM-DD HH:mm:ss.SSS Z",
|
||||||
|
env: {},
|
||||||
|
max_restarts: 5,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user