Skip to content

Commit 14903a5

Browse files
centdixclaude
andauthored
refactor: remove backend pane from default profile, use main backend at 5111 (#31)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5d7ba9f commit 14903a5

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.workmux.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,17 @@ panes:
4040
"You are running inside a git worktree managed by workmux.\n
4141
Pane layout (current window):\n
4242
- Pane 0: this pane (claude agent)\n
43-
- Pane 1: backend (bun run dev)\n
44-
- Pane 2: frontend (bun run dev)\n\n
45-
To check logs: tmux capture-pane -t .1 -p -S -50 (backend) or tmux capture-pane -t .2 -p -S -50 (frontend).\n
46-
Ports are in .env.local: DASHBOARD_PORT (backend), FRONTEND_PORT (frontend).\n\n
43+
- Pane 1: frontend (bun run dev)\n\n
44+
To check logs: tmux capture-pane -t .1 -p -S -50 (frontend).\n
45+
The backend runs on the main worktree at port 5111.\n
46+
Ports are in .env.local: FRONTEND_PORT (frontend).\n\n
4747
To create a worktree for a parallel subtask:\n
4848
workmux add -b -p PROMPT BRANCH\n
4949
Supply an explicit BRANCH name (kebab-case, 1-3 words, describe the change).\n
5050
Create one at a time — run the command, wait for completion, then create the next."
5151
focus: true
52-
- command: 'ROOT="$(git rev-parse --show-toplevel)"; [ -f "$ROOT/.env.local" ] && source "$ROOT/.env.local"; cd "$ROOT/backend" && bun install && DASHBOARD_PORT=${DASHBOARD_PORT:-5111} bun run dev'
52+
- command: 'ROOT="$(git rev-parse --show-toplevel)"; [ -f "$ROOT/.env.local" ] && source "$ROOT/.env.local"; cd "$ROOT/frontend" && bun install && DASHBOARD_PORT=5111 bun run dev'
5353
split: horizontal
54-
- command: 'ROOT="$(git rev-parse --show-toplevel)"; [ -f "$ROOT/.env.local" ] && source "$ROOT/.env.local"; cd "$ROOT/frontend" && bun install && DASHBOARD_PORT=${DASHBOARD_PORT:-5111} bun run dev'
55-
split: vertical
5654

5755
sandbox:
5856
enabled: false

0 commit comments

Comments
 (0)