diff options
author | Joris | 2020-08-03 12:31:04 +0200 |
---|---|---|
committer | Joris | 2020-08-03 12:31:04 +0200 |
commit | bfd16375ca067e2d75657d77da1201df03079909 (patch) | |
tree | 6f44771a1207332310feab60be552cda151ad0e3 /.tmuxinator.yml | |
parent | 66d9f186c90b9d521200fee1890688d95528e584 (diff) |
Improve “pain de seigle” recipe
Diffstat (limited to '.tmuxinator.yml')
-rw-r--r-- | .tmuxinator.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.tmuxinator.yml b/.tmuxinator.yml index ca9122c..655264f 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -1,14 +1,11 @@ name: cooking -startup_window: main windows: - - console: - - clear - main: panes: - zola: - zola serve - - ocaml: - - ./dev watch-ocaml - js: - ./dev watch-js + - ocaml: + - ./dev watch-ocaml |