cooking/.claude/settings.local.json
2026-02-09 15:25:54 -08:00

18 lines
397 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:*)",
"Bash(node scripts/copy-recipe-assets.js:*)",
"Bash(dir:*)",
"Bash(findstr:*)",
"Bash(timeout 10 npm run dev:*)",
"Bash(grep:*)"
]
}
}