Files
Yi.Framework/Yi.Ai.Vue3/.claude/settings.local.json
2026-01-26 21:08:21 +08:00

17 lines
348 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:*)",
"Bash(npm install marked --save)",
"Bash(pnpm add marked)"
],
"deny": [],
"ask": []
}
}