Files
fog/.claude/settings.json

25 lines
448 B
JSON
Raw Permalink Normal View History

{
"permissions": {
"allow": [
"Bash(node -e *)",
"Bash(python3 *)",
"Bash(curl *)",
"Bash(node *)",
"Bash(node --input-type=module)",
"Bash(2>&1)",
"Bash(pnpm *)"
]
},
"enabledPlugins": {
"nx@nx-claude-plugins": true
},
"extraKnownMarketplaces": {
"nx-claude-plugins": {
"source": {
"source": "github",
"repo": "nrwl/nx-ai-agents-config"
}
}
}
}