49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pnpm install:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(pnpm add:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(docker compose:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(echo \"No health endpoint\" curl -s https://iconsulting.szaiai.com/api/v1/users/profile -H \"x-user-id: test\")",
|
|
"Bash(scp:*)",
|
|
"Bash(timeout 20 cat:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(pnpm run build:*)",
|
|
"Bash(pnpm --filter admin-client build:*)",
|
|
"Bash(node:*)",
|
|
"Bash(npm run build:conversation:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(dir:*)",
|
|
"Bash(cmd /c \"dir %USERPROFILE%\\\\.ssh\")",
|
|
"Bash(git fetch:*)",
|
|
"Bash(TEST_USER_ID=\"a1b2c3d4-e5f6-7890-abcd-ef1234567890\":*)",
|
|
"Bash(git reset:*)",
|
|
"Bash(ls \"c:\\\\Users\\\\dong\\\\Desktop\\\\iConsulting\\\\packages\\\\services\\\\evolution-service\\\\src\\\\infrastructure\\\\database\\\\entities\"\" 2>/dev/null || echo \"Directory empty or not exists \")",
|
|
"Bash(done)",
|
|
"Bash(for service in knowledge-service conversation-service user-service payment-service evolution-service file-service)",
|
|
"Bash(do echo \"=== $service ===\" find \"/c/Users/dong/Desktop/iConsulting/packages/services/$service/src\" -type d)",
|
|
"Bash(pnpm build)",
|
|
"Bash(find:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(git restore:*)",
|
|
"Bash(pnpm build:*)",
|
|
"Bash(pnpm --filter @iconsulting/shared build:*)",
|
|
"Bash(pnpm --filter @iconsulting/user-service build:*)",
|
|
"Bash(pnpm --filter @iconsulting/conversation-service build:*)",
|
|
"Bash(pnpm --filter @iconsulting/payment-service build:*)"
|
|
]
|
|
}
|
|
}
|