social-xhs-api-server/package.json
2025-04-29 18:42:09 +08:00

9 lines
287 B
JSON

{
"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 ",
"py": "XHS_API_PORT=5006 python server.py"
}
}