cooking/.claude/settings.local.json
2026-02-08 23:12:47 -08:00

13 lines
237 B
JSON

{
"permissions": {
"allow": [
"Bash(npx create-next-app@latest:*)",
"Bash(node --version:*)",
"Bash(npm --version:*)",
"Bash(where:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)"
]
}
}