From 47a38032a64d5aca58cb7c26a86fede09fb022b2 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Wed, 29 Apr 2026 16:22:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20AI=20Chat=20App=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=AD=A3=EF=BC=8Cdirectory=E6=94=B9?= =?UTF-8?q?=E4=B8=BAbackend=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects.json b/projects.json index 06a2886..68f549a 100644 --- a/projects.json +++ b/projects.json @@ -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",