fix
This commit is contained in:
parent
f8c5f7cd8c
commit
ff53534c08
@ -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 "
|
||||
}
|
||||
}
|
@ -2,4 +2,5 @@ playwright
|
||||
xhs
|
||||
gevent
|
||||
requests
|
||||
flask
|
||||
flask
|
||||
dotenv
|
Loading…
x
Reference in New Issue
Block a user