diff options
Diffstat (limited to 'develop-watch.sh')
-rwxr-xr-x | develop-watch.sh | 4 |
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 .' |