Files
imphnen-frontend-service/.claude/settings.local.json
T

13 lines
202 B
JSON
Raw Normal View History

2025-11-24 10:48:09 +07:00
{
"permissions": {
"allow": [
2025-11-24 11:21:29 +07:00
"Bash(npx nx run-many:*)",
"Bash(npm install:*)",
"Bash(npm view:*)",
"Bash(npx nx build landing)"
2025-11-24 10:48:09 +07:00
],
"deny": [],
"ask": []
}
}