Create .tmux files

If `experimental.createTmuxStartupFile` is set in `build.yaml`.
This commit is contained in:
Oliver Davies 2024-01-26 14:58:41 +00:00
parent 8818baed58
commit 09da2bc403
4 changed files with 42 additions and 0 deletions

View file

@ -116,6 +116,10 @@ final class ConfigDto
new Assert\Type('bool'),
]),
'createTmuxStartupFile' => new Assert\Optional([
new Assert\Type('bool'),
]),
'runGitHooksBeforePush' => new Assert\Optional([
new Assert\Type('bool'),
]),