This commit is contained in:
2025-04-29 18:40:44 +08:00
parent f8c5f7cd8c
commit ff53534c08
3 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"name": "@kevisual/social-xhs-api-server",
"type": "module",
"scripts": {
"start": "pm2 start ecosystem.config.mjs"
"pm2": "pm2 start ecosystem.config.mjs",
"start": "pm2 start --name xhs-api-server --interpreter python3 --env XHS_API_PORT=5006 -- server.py "
}
}