social-xhs-api-server/package.json
2025-05-03 01:15:20 +08:00

8 lines
198 B
JSON

{
"name": "@kevisual/social-xhs-api-server",
"type": "module",
"scripts": {
"pm2": "pm2 start ecosystem.config.cjs",
"py": " python -m uvicorn app:app --host 0.0.0.0 --port 5006"
}
}