feat: update to newest leptos

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-20 23:06:21 +02:00
parent 8ee2ca5c14
commit a7986e304c
15 changed files with 733 additions and 831 deletions

View File

@@ -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"