Permalink
Cannot retrieve contributors at this time
session_name: tmuxp | |
start_directory: ./ # load session relative to config location (project root). | |
before_script: ./.tmuxp-before-script.sh | |
shell_command_before: | |
- '[ -f .venv/bin/activate ] && source .venv/bin/activate && reset' | |
windows: | |
- window_name: tmuxp | |
focus: True | |
layout: main-horizontal | |
options: | |
main-pane-height: 35 | |
panes: | |
- focus: true | |
- pane | |
- make watch_test | |
- window_name: docs | |
layout: main-horizontal | |
options: | |
main-pane-height: 35 | |
start_directory: docs/ | |
panes: | |
- focus: true | |
- pane | |
- make serve | |
- make SPHINXBUILD='poetry run sphinx-build' watch |