Files
Portfolio/.claude/settings.local.json
T

22 lines
463 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(mkdir:*)",
"Bash(node:*)",
"Bash(timeout 10 pnpm run dev)",
"Bash(pnpm run:*)",
"Bash(pnpm exec:*)",
"Bash(npx tsc:*)",
"Bash(npm run dev:*)",
"Bash(npm run build:*)",
"Bash(git add:*)",
"Bash(rm:*)",
"Bash(ls:*)",
"Bash(pnpm add:*)",
"Bash(pnpm approve-builds:*)",
"Bash(curl:*)"
],
"deny": []
}
}