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

25 lines
553 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:*)",
2025-11-25 01:47:56 +07:00
"Bash(npx nx build landing)",
"Bash(npm uninstall:*)",
"Bash(dir:*)",
"Bash(ren page.tsx page-original.tsx)",
"Bash(ren:*)",
"Bash(npx supabase:*)",
2025-11-28 13:09:53 +07:00
"Bash(libs/service/src/types/supabase.ts)",
"Bash(npx nx build:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
2025-11-30 00:04:34 +07:00
"Bash(git push)",
"Bash(findstr:*)",
"Bash(ls:*)"
2025-11-24 10:48:09 +07:00
],
"deny": [],
"ask": []
}
}