Release build frontend, or it won't work.

This commit is contained in:
Bill Thiede 2023-03-05 18:40:51 -08:00
parent 3a47385be1
commit e17751a992

2
dev.sh
View File

@ -1,6 +1,6 @@
tmux new-session -d -s letterbox-dev
tmux rename-window web
tmux send-keys "cd web; trunk serve --address 0.0.0.0 --port 6758 --proxy-backend http://localhost:9345/ --proxy-rewrite=/api/" C-m
tmux send-keys "cd web; trunk serve --release --address 0.0.0.0 --port 6758 --proxy-backend http://localhost:9345/ --proxy-rewrite=/api/" C-m
tmux new-window -n server
tmux send-keys "cd server; cargo watch -x run" C-m
tmux attach -d -t letterbox-dev