- 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>
26 lines
558 B
JSON
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": []
|
|
}
|
|
} |