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)",
|
2025-11-29 16:08:05 +07:00
|
|
|
"Bash(npx nx build:*)",
|
|
|
|
|
"Bash(git add:*)",
|
2025-11-29 16:13:16 +07:00
|
|
|
"Bash(git commit:*)",
|
2025-11-30 00:04:34 +07:00
|
|
|
"Bash(git push)",
|
2025-12-01 23:28:25 +07:00
|
|
|
"Bash(findstr:*)",
|
|
|
|
|
"Bash(ls:*)"
|
2025-11-24 10:48:09 +07:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|