From 97e1791dab345c2fba565554472f291eb25b4295 Mon Sep 17 00:00:00 2001 From: Alex Caza Date: Thu, 2 May 2024 17:24:51 -0400 Subject: [PATCH] Setup weztermocil config for a watch window --- .weztermocil/watch.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .weztermocil/watch.yml diff --git a/.weztermocil/watch.yml b/.weztermocil/watch.yml new file mode 100644 index 0000000..bdc718f --- /dev/null +++ b/.weztermocil/watch.yml @@ -0,0 +1,8 @@ +windows: + - name: export-to-csv-watch + root: . + layout: tiled + panes: + - bun run test -- --watch + - bun run watch + - bun run tsc --watch