This commit is contained in:
9
ecosystem.config.js
Normal file
9
ecosystem.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: "lixiyu-net",
|
||||
script: "npm",
|
||||
args: "run start",
|
||||
autorestart: true,
|
||||
watch: false
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user