15 lines
260 B
JSON
15 lines
260 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run type-check:*)",
|
|
"Bash(npm run:*)",
|
|
"Bash(move:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rm:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |