- Add demo app path reference in CLAUDE.md - Add bash command permissions for development tools
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm install:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(dir:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(npm link:*)",
|
|
"Bash(find:*)",
|
|
"Bash(nul)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|