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