Skip to content

Commit 3db13fd

Browse files
committed
chore(.tmuxp.{json,yaml}): make start
1 parent 7ac9f9d commit 3db13fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.tmuxp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"focus": true
3434
},
3535
"pane",
36-
"make serve",
37-
"make SPHINXBUILD='poetry run sphinx-build' watch"
36+
"pane",
37+
"make start",
3838
]
3939
}
4040
]

.tmuxp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ windows:
2121
panes:
2222
- focus: true
2323
- pane
24-
- make serve
25-
- make SPHINXBUILD='poetry run sphinx-build' watch
24+
- pane
25+
- make start

0 commit comments

Comments
 (0)