feat: add permission for bun audit command in settings

This commit is contained in:
2025-12-29 22:16:55 +00:00
parent 89270e1d7e
commit 977a2a9e58

View File

@@ -25,7 +25,8 @@
"Bash(npm run lint)",
"Bash(npm audit:*)",
"Bash(bun run lint)",
"Bash(git checkout:*)"
"Bash(git checkout:*)",
"Bash(bun audit:*)"
]
}
}