change to flstapi
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"pm2": "pm2 start ecosystem.config.cjs",
|
||||
"py": "XHS_API_PORT=5006 python server.py"
|
||||
"py": " python -m uvicorn app:app --host 0.0.0.0 --port 5006"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user