This commit is contained in:
Asoka.Wang 2025-09-02 18:55:06 +08:00
parent 0a2e2d9b18
commit 330bbd5fb0

21
settings.local.json Normal file
View File

@ -0,0 +1,21 @@
{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:upstash.com)",
"WebFetch(domain:apidog.com)",
"Bash(npx:*)",
"Bash(npm:*)",
"Bash(node:*)",
"Bash(where claude)",
"Bash(claude config --help)",
"Bash(dir:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(claude --version)",
"Bash(grep:*)",
"Bash(rm:*)"
],
"deny": []
}
}