初始化
Some checks failed
Update pnpm Dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
2025-09-18 17:04:40 +08:00
parent dc88818dd2
commit 5966ed4b98
32 changed files with 18247 additions and 3108 deletions

9
ecosystem.config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
apps: [{
name: "lixiyu-net",
script: "npm",
args: "run start",
autorestart: true,
watch: false
}]
}