diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-22 16:24:41 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-22 16:24:41 -0600 |
commit | 2bf70606fc62c989973f84f2961df2d42d7f9c04 (patch) | |
tree | 8758d4ec6b9688b1fb150a05b95ff7f3932d3c53 /develop-watch.sh | |
parent | 63e2395caf4ae93ebde96d97e12fc946af1e9ac9 (diff) |
Better layout styling
Diffstat (limited to 'develop-watch.sh')
-rwxr-xr-x | develop-watch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop-watch.sh b/develop-watch.sh index 0b93216..bea5d6a 100755 --- a/develop-watch.sh +++ b/develop-watch.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash tmux \ new-session 'cargo leptos watch' \; \ - split-window -h 'stylance --watch --output-file ./style.css .' + split-window -h 'stylance --watch .' |