Files
Bonsai-webapp/.claude/settings.local.json
T
2026-05-24 10:22:28 +02:00

13 lines
224 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install *)",
"Bash(npm test *)",
"Bash(npm list *)",
"Bash(./node_modules/.bin/ng test *)",
"Bash(npx ng *)",
"Bash(npm start *)"
]
}
}