Files
fatemaster/.claude/settings.local.json

16 lines
336 B
JSON
Raw Normal View History

2025-10-03 11:24:11 +08:00
{
"permissions": {
"allow": [
"WebFetch(domain:www.fatemaster.ai)",
"Bash(npm create:*)",
"Bash(dir)",
"Bash(mkdir:*)",
"Bash(npm install)",
"Bash(tree:*)",
"Bash(dir \"D:\\fatemaster\\frontend\\fatemaster-web\" /B)",
"Bash(npm run dev:*)"
],
"deny": [],
"ask": []
}
}