From a016ea6309185861d3bcb666a2d3f4011771dd52 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 6 Jun 2026 14:58:33 +0200 Subject: [PATCH] Remove comment --- scripts/run_local_isolated.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/run_local_isolated.sh b/scripts/run_local_isolated.sh index eb854457..c803a885 100755 --- a/scripts/run_local_isolated.sh +++ b/scripts/run_local_isolated.sh @@ -55,9 +55,6 @@ for var in NEXT_PUBLIC_SUPABASE_URL NEXT_PUBLIC_SUPABASE_ANON_KEY DATABASE_URL; fi done -# Build backend (required?) -#./scripts/build_api.sh - echo "" echo " Starting isolated web app..." echo " Useful links:"