feat: add permission for bun run typecheck command

This commit is contained in:
2025-12-29 22:10:53 +00:00
parent 6b31c9df6a
commit d4285d10d4

View File

@@ -16,7 +16,8 @@
"Bash(xargs git rm:*)",
"Bash(bun add:*)",
"Bash(bun install:*)",
"Bash(test -f:*)"
"Bash(test -f:*)",
"Bash(bun run typecheck:*)"
]
}
}