Files
Yi.Framework/Yi.Ai.Vue3/.claude/settings.local.json
2026-02-01 19:32:46 +08:00

19 lines
402 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)",
"Bash(pnpm lint:*)",
"Bash(pnpm list:*)"
],
"deny": [],
"ask": []
}
}