1
0
Files
card/.claude/settings.local.json
syui 8b27c8e829 Remove Vue-related files and empty directories
- Delete vue.config.js
- Delete src/App.vue
- Delete src/main.js (old Vue entry point)
- Remove empty directories: src/bin, src/context
- Complete cleanup after React migration

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:18:08 +09:00

26 lines
558 B
JSON

{
"permissions": {
"allow": [
"Bash(git commit:*)",
"Bash(git checkout:*)",
"Bash(mkdir:*)",
"Bash(npm install)",
"Bash(nvm use:*)",
"Bash(npm run dev:*)",
"Bash(npm run build:*)",
"Bash(npm run preview:*)",
"Bash(pkill:*)",
"Bash(npx serve:*)",
"Bash(python3:*)",
"Bash(git add:*)",
"Bash(open:*)",
"WebFetch(domain:api.syui.ai)",
"Bash(git push:*)",
"Bash(find:*)",
"Bash(rm:*)",
"Bash(grep:*)",
"Bash(ls:*)"
],
"deny": []
}
}