feat: add permission for bun run test:unit command

This commit is contained in:
2025-12-29 22:11:34 +00:00
parent 7584253a9d
commit cdf022e9c7

View File

@@ -17,7 +17,8 @@
"Bash(bun add:*)",
"Bash(bun install:*)",
"Bash(test -f:*)",
"Bash(bun run typecheck:*)"
"Bash(bun run typecheck:*)",
"Bash(bun run test:unit:*)"
]
}
}