Files
npc-config-app/.claude/settings.local.json
2025-08-11 21:32:22 +02:00

13 lines
240 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(npm run dev:*)",
"Bash(npm install:*)",
"Bash(npm uninstall:*)",
"Bash(rm:*)",
"Bash(npx tailwindcss init:*)"
],
"deny": []
}
}