| 12345678910111213141516 |
- {
- "permissions": {
- "allow": [
- "Bash(ls:*)",
- "Bash(wc:*)",
- "Bash(npx vue-tsc:*)",
- "Bash(npm run:*)",
- "Bash(npm install:*)",
- "Bash(grep -E \"\\\\.\\(java|yml|properties|xml|sql|md\\)$\")",
- "Bash(mvn compile:*)",
- "Bash(grep -v \"^\\\\[ERROR\\\\]$\")",
- "Bash(grep -v \"^$\")",
- "Bash(mvn clean:*)"
- ]
- }
- }
|