diff --git a/dev.sh b/dev.sh index d46a012..c9d59ca 100755 --- a/dev.sh +++ b/dev.sh @@ -1,8 +1,6 @@ tmux new-session -d -s letterbox-dev -tmux rename-window web-watch -tmux send-keys "cd web; cargo make watch" C-m -tmux new-window -n web-serve -tmux send-keys "cd web; cargo make serve" C-m +tmux rename-window web +tmux send-keys "cd web; trunk serve --address 0.0.0.0" C-m tmux new-window -n server tmux send-keys "cd server; cargo watch -x run" C-m tmux attach -d -t letterbox-dev