16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm create *)",
|
|
"Bash(npm install *)",
|
|
"Bash(npm run *)",
|
|
"Bash(npx vite *)",
|
|
"Bash(curl -s http://localhost:5173)",
|
|
"Bash(curl -s http://localhost:5174)"
|
|
]
|
|
},
|
|
"enabledPlugins": {
|
|
"frontend-design@claude-plugins-official": true
|
|
}
|
|
}
|