Files
vue-pult/.claude/settings.local.json
sasha 3e90269b0b Initial commit: Vue.js тир управления система
- Клиентская часть Vue 3 + Vite
- Серверная часть Node.js + WebSocket
- Система авторизации и смен
- Управление игровыми портами
- Поддержка тем (светлая/темная)
- Адаптивный дизайн

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 12:24:22 +03:00

27 lines
608 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:*)"
],
"deny": [],
"ask": []
}
}