This commit is contained in:
2025-05-03 01:18:29 +08:00
parent 4201d9c65a
commit 9cacdc1532
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ module.exports = {
apps: [
{
name: 'xhs-api-server',
script: 'app.py', // 替换为您的Python脚本路径
interpreter: 'python', // 替换为您的Python解释器路径
args: ['-m uvicorn app:app --host 0.0.0.0 --port', PORT], // 传递端口参数
},