feat: add timeout command for build process in settings

This commit is contained in:
2025-12-29 22:23:33 +00:00
parent bf9bfcf843
commit c6dc552023

View File

@@ -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:*)"
]
}
}