Files
YG_FT_Platform/.claude/settings.local.json
2026-01-09 10:38:04 +08:00

28 lines
598 B
JSON

{
"permissions": {
"allow": [
"Bash(npm init -y)",
"Bash(npm install:*)",
"Bash(tree:*)",
"Bash(npm run)",
"Bash(npm run dev)",
"Bash(curl:*)",
"Bash(sudo -E bash:*)",
"Bash(apt install:*)",
"Bash(node:*)",
"Bash(npm --version:*)",
"Bash(timeout 10 node:*)",
"Bash(chmod:*)",
"Bash(timeout:*)",
"Bash(pkill:*)",
"Bash(./start-background.sh:*)",
"Bash(cat:*)",
"Bash(./test-network.sh)",
"Bash(kill:*)",
"Bash(rm:*)",
"Bash(./start.sh:*)",
"Bash(lsof:*)"
]
}
}