Files
setrip/.claude/settings.local.json
T
2026-05-10 22:48:12 +07:00

13 lines
324 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:unsplash.com)",
"Bash(npx prisma *)",
"Bash(Get-ChildItem -Path \"c:\\\\development\\\\DIOS\\\\weekly-project\\\\setrip\" -Force)",
"Bash(Select-Object Name, PSIsContainer)",
"Bash(npx tsc *)",
"Bash(echo \"exitcode=$?\")"
]
}
}