From eb6a410e4fba0ae69d60220e6bbb5f0a936e454b Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 6 Jun 2026 14:57:49 +0200 Subject: [PATCH] Fix back end URL --- scripts/run_local_isolated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_local_isolated.sh b/scripts/run_local_isolated.sh index 33db9202..eb854457 100755 --- a/scripts/run_local_isolated.sh +++ b/scripts/run_local_isolated.sh @@ -62,7 +62,7 @@ echo "" echo " Starting isolated web app..." echo " Useful links:" echo " - Front end: http://127.0.0.1:3000" -echo " - Back end: http://127.0.0.1:8080" +echo " - Back end: http://127.0.0.1:8088" echo " - Supabase UI: http://127.0.0.1:54323" echo " - Firebase UI: http://127.0.0.1:4000" echo ""