summary refs log tree commit diff
path: root/develop-watch.sh
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-03-22 14:51:36 -0600
committerAshelyn Rose <git@ashen.earth>2025-03-22 14:51:36 -0600
commit63e2395caf4ae93ebde96d97e12fc946af1e9ac9 (patch)
tree2f5dbca4da84a99398b6677726621881bb04c037 /develop-watch.sh
parentb18f08e8899b5a98dd3e1f8439ad812951a04cd9 (diff)
Component styles and hot-reloading
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 .'