hulai-admin-web/.claude/settings.local.json
刘涛 7183882e5d Initial commit: hulai admin web frontend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 22:01:36 +08:00

12 行
294 B
JSON

{
"permissions": {
"defaultMode": "bypassPermissions",
"allow": [
"mcp__Claude_Preview__preview_start",
"Bash(find . -type f -name package.json -o -name vite.config.* -o -name tsconfig.json -o -name .vue)",
"Bash(npm run:*)",
"Bash(npm install:*)"
]
}
}