summary refs log tree commit diff
path: root/develop-watch.sh
blob: 0b9321641a29cbe37daa84f773795e1e9d3d4954 (plain)
1
2
3
4
#!/usr/bin/env bash
tmux \
  new-session 'cargo leptos watch' \; \
  split-window -h 'stylance --watch --output-file ./style.css .'