We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06f561 commit 4b3d387Copy full SHA for 4b3d387
1 file changed
tmux/devmatch.tmuxinator.yml
@@ -0,0 +1,25 @@
1
+
2
+name: devmatch
3
+root: /opt/
4
5
+windows:
6
+ - frontend:
7
+ layout: main-vertical
8
+ root: ~/code/turing/frontend/developer-ui
9
+ panes:
10
+ - echo npm run start:local
11
+ -
12
+ - backend:
13
14
+ root: ~/code/turing/backend
15
16
+ - echo yarn local
17
18
+ - claude-code:
19
20
+ root: ~/code/turing/
21
22
+ - echo claude
23
24
+ - logs:
25
0 commit comments