This commit is contained in:
2025-04-29 18:34:13 +08:00
parent e8168f4ed4
commit e4efdfe0e7
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/social-xhs-api-server",
"scripts": {
"start": "node index.js"
"start": "pm2 start ecosystem.config.mjs"
}
}