8 lines
239 B
JSON
8 lines
239 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 "
|
|
}
|
|
} |