feat: update to newest leptos
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
tmux new-window -n dev
|
||||
zellij run -- sh -c "cuddle x leptos:dev"
|
||||
|
||||
# allow for user input
|
||||
tmux split-window -h
|
||||
|
||||
# leptos
|
||||
tmux send-keys -t dev "cuddle x leptos:dev" C-m
|
||||
|
||||
tmux split-window -v
|
||||
# tailwind
|
||||
tmux send-keys -t dev "cuddle x tailwind:watch" C-m
|
||||
|
||||
# set user input to first
|
||||
tmux select-pane -t 0
|
||||
|
||||
|
||||
tmux attach-session -t dev
|
||||
zellij run -- sh -c "cuddle x tailwind:watch"
|
||||
|
||||
|
Reference in New Issue
Block a user