fix: AI Chat App启动路径修正,directory改为backend目录

This commit is contained in:
2026-04-29 16:22:37 +08:00
parent b59931f357
commit 47a38032a6

View File

@@ -69,8 +69,8 @@
"name": "AI Chat App",
"type": "web",
"ports": [19021],
"directory": "works/ai-chat-app-new",
"start_cmd": "cd backend && nohup python3 app.py > logs/app.log 2>&1 & disown",
"directory": "works/ai-chat-app-new/backend",
"start_cmd": "mkdir -p logs && nohup python3 app.py > logs/app.log 2>&1 & disown",
"health_url": "http://localhost:19021/api/config",
"description": "AI对话助手移动端应用智能体对话、TTS语音、思考模式",
"admin_url": "http://localhost:19021/admin",