Files
fatemaster/.claude/settings.local.json
jiangdong d81cf186b0 init
2025-10-03 11:24:11 +08:00

16 lines
336 B
JSON

{
"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": []
}
}