diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-22 14:51:36 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-22 14:51:36 -0600 |
commit | 63e2395caf4ae93ebde96d97e12fc946af1e9ac9 (patch) | |
tree | 2f5dbca4da84a99398b6677726621881bb04c037 /develop-watch.sh | |
parent | b18f08e8899b5a98dd3e1f8439ad812951a04cd9 (diff) |
Component styles and hot-reloading
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 .' |