From e17751a992cba5899d012db26d8a88198e8f44f7 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sun, 5 Mar 2023 18:40:51 -0800 Subject: [PATCH] Release build frontend, or it won't work. --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 265eddb..35cb854 100755 --- a/dev.sh +++ b/dev.sh @@ -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