From 2c9dab01bb5ec3d440c757aed8a42e7970d05bb9 Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sun, 5 May 2024 16:47:36 -0400 Subject: [PATCH] feat: setup tmuxinator.yaml --- .tmuxinator.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmuxinator.yml b/.tmuxinator.yml index 80c60f3..bf9a431 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -51,7 +51,8 @@ windows: panes: - lvim - test: - layout: main-vertical + layout: main-horizontal root: . panes: - - cargo watch -x check -x test -x run + - sleep 10 && cargo watch -x check -x test -x run + - ./scripts/init_db.sh