Files
vue-pult/.claude/settings.local.json
2025-10-01 11:54:13 +03:00

34 lines
809 B
JSON

{
"permissions": {
"allow": [
"Bash(npm create:*)",
"Bash(npm install)",
"Bash(npm install:*)",
"Bash(npm run dev:*)",
"Bash(node:*)",
"Bash(dir:*)",
"Bash(taskkill:*)",
"Bash(del:*)",
"Bash(grep:*)",
"Bash(curl:*)",
"Bash(pkill:*)",
"Bash(PORT=9001 HTTP_PORT=3001 node index.js)",
"Bash(set PORT=9002)",
"Bash(set HTTP_PORT=5001)",
"Bash(tasklist)",
"Bash(mkdir:*)",
"Bash(start test-client.html)",
"Bash(git check-ignore:*)",
"Bash(git add:*)",
"Bash(find:*)",
"mcp__ide__getDiagnostics",
"Bash(start http://localhost:5173)",
"Bash(findstr:*)",
"Bash(cat:*)",
"Bash(git diff:*)",
"Bash(npm run lint:*)"
],
"deny": [],
"ask": []
}
}