From c871710826983313877fb64e02f5ca7cf99af1da Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Tue, 25 Nov 2025 12:14:12 -0300 Subject: [PATCH] fix(start-web): normaliza blocos if/else do rebuild sqlite --- scripts/start-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-web.sh b/scripts/start-web.sh index 8203902..90d18c2 100644 --- a/scripts/start-web.sh +++ b/scripts/start-web.sh @@ -134,7 +134,7 @@ EOF echo "[start-web] ERRO: better-sqlite3 inválido após rebuild" >&2 exit 1 } -fi + fi fi # Bun keeps its store in node_modules/.bun by default; ensure it exists and is writable