TechScout/.claude/settings.local.json

18 lines
431 B
JSON
Raw Normal View History

2026-01-22 13:02:09 -05:00
{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(python:*)",
"Bash(npm ls:*)",
"Bash(npm run dev:*)",
"Bash(del \"E:\\\\GY_WORKING\\\\__CLAUDE_CODE_TESTING\\\\NEW_OSINT_AGGREGATOR\\\\techscout\\\\package-lock.json\")",
"Bash(curl:*)",
"Bash(npx next build)",
"Bash(taskkill:*)",
"Bash(timeout:*)",
"Bash(dir:*)",
"Bash(pip install:*)"
]
}
}