From c6dc5520232a417d60a8f69fbe97127b3a3c0d4f Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Mon, 29 Dec 2025 22:23:33 +0000 Subject: [PATCH] feat: add timeout command for build process in settings --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index edf4e9898..1d7b42560 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -28,7 +28,8 @@ "Bash(git checkout:*)", "Bash(bun audit:*)", "Bash(git restore:*)", - "Bash(bunx playwright:*)" + "Bash(bunx playwright:*)", + "Bash(timeout 30 bun run build:*)" ] } }