Files
Yi.Framework/Yi.Ai.Vue3/.claude/settings.local.json
2026-01-19 22:15:01 +08:00

15 lines
276 B
JSON

{
"permissions": {
"allow": [
"Bash(npx vue-tsc --noEmit)",
"Bash(timeout 60 npx vue-tsc:*)",
"Bash(npm run dev:*)",
"Bash(taskkill:*)",
"Bash(timeout /t 5 /nobreak)",
"Bash(git checkout:*)"
],
"deny": [],
"ask": []
}
}