diff options
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 .' |