From 63e2395caf4ae93ebde96d97e12fc946af1e9ac9 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 22 Mar 2025 14:51:36 -0600 Subject: Component styles and hot-reloading --- develop-watch.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 develop-watch.sh (limited to 'develop-watch.sh') 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 .' -- cgit 1.4.1