Files
lixiyu-net/ecosystem.config.js

9 lines
166 B
JavaScript
Raw Permalink Normal View History

2025-09-18 17:04:40 +08:00
module.exports = {
apps: [{
name: "lixiyu-net",
script: "npm",
args: "run start",
autorestart: true,
watch: false
}]
}