This commit is contained in:
2025-05-03 00:57:07 +08:00
parent ea09fc9b26
commit e7b645d795
5 changed files with 26 additions and 75 deletions

View File

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