chore: move /agent to /apps/agent

This commit is contained in:
Acbox
2026-03-06 17:32:12 +08:00
parent 4109a141f9
commit 47a425baf5
23 changed files with 59 additions and 72 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ services:
agent:
image: oven/bun:1-alpine
container_name: memoh-dev-agent
working_dir: /workspace/agent
working_dir: /workspace/apps/agent
command: ["bun", "run", "--watch", "src/index.ts"]
volumes:
- ..:/workspace