summary refs log tree commit diff
path: root/develop-watch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'develop-watch.sh')
-rwxr-xr-xdevelop-watch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/develop-watch.sh b/develop-watch.sh
new file mode 100755
index 0000000..0b93216
--- /dev/null
+++ b/develop-watch.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+tmux \
+  new-session 'cargo leptos watch' \; \
+  split-window -h 'stylance --watch --output-file ./style.css .'