settings.local.json
340 Bytes
{
"permissions": {
"allow": [
"Bash(pandoc:*)",
"Bash(npx skills --help:*)",
"Bash(pnpm add:*)",
"Bash(pnpm api:generate:*)",
"Bash(node:*)",
"Bash(ls:*)",
"Bash(tree:*)",
"Bash(git checkout:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)"
]
}
}