change to flstapi

This commit is contained in:
2025-05-03 01:15:20 +08:00
parent e7b645d795
commit 4201d9c65a
5 changed files with 107 additions and 86 deletions

View File

@@ -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"
}
}