Files
setrip/.claude/settings.local.json
T
2026-06-02 13:52:40 +07:00

21 lines
923 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=$?\")",
"PowerShell(npx prisma generate 2>&1)",
"PowerShell(npx tsc --noEmit 2>&1)",
"PowerShell(npx eslint server/services/refund.service.ts server/repositories/refund.repo.ts features/refund app/admin/refunds 2>&1)",
"PowerShell(npx eslint server lib features app 2>&1)",
"Bash(npx eslint *)",
"Bash(Get-ChildItem -Path \"D:\\\\development\\\\weekly-project\\\\setrip\" -Recurse -Directory -Depth 2)",
"Bash(Select-Object FullName)",
"Bash(Get-Content -Path \"D:\\\\development\\\\weekly-project\\\\setrip\\\\.env.example\" -ErrorAction SilentlyContinue)"
]
}
}